Html Css Color HEX #D4A08F Rose

📋 copy color: '#D4A08F'

red 212 ◦ green 160 ◦ blue 143

#D4A08F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #D4A08F

Tints of Rose #D4A08F

RGB

 RED value IS 212 (83.2% from 255) = 41.17%

 GREEN value IS 160 (62.89% from 255) = 31.07%

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 41.17%
G = 31.07%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4A08F (or 0xD4A08F) is known color: Rose. HEX triplet: D4, A0 and 8F. RGB value is (212,160,143). Sum of RGB (Red+Green+Blue) = 212+160+143=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A08F is #2B5F70. Grayscale: #ADADAD. Windows color (decimal): -2842481 or 9412820. OLE color: 9412820.

HSL color Cylindrical-coordinate representation of color #D4A08F: hue angle of 14.78º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A08F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 143 -
CMYK 0 0.25 0.33 0.17
HSL 14.78º 0.45% 0.7% -
HSV(B) 14.78º 0.33% 0.83% -
XYZ 44.68 41.12 31.57 -
YUV 173.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 212 160 143 0 0.25 0.33 0.17 14.78 0.45 0.7
Hex D4 A0 8F 0 19 21 11 F 2D 46
Octal 324 240 217 0 31 41 21 17 55 106
Binary 11010100 10100000 10001111 0 11001 100001 10001 1111 101101 1000110

Color Harmonies of #D4A08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A08F

Black with #D4A08F

Text Example


Text Example

White with #D4A08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A08F; }

 p { color: rgb(212,160,143); }

 H1.HeaderClassName
 {
   color: #D4A08F;
 }
 .AnyTagClassName
 {
   color: #D4A08F;
 }
</style>

background-color css

<style>
 a { background-color: #D4A08F; }

 a { background-color: rgb(212,160,143); }

 div.DivClassName
 {
   background-color: #D4A08F;
 }
 .BgClassName
 {
   background-color: #D4A08F;
 }
</style>

border-color css

<style>
 span { border-color: #D4A08F; }

 span { border-color: rgb(212,160,143); }

 td.TdClassName
 {
   border-color: #D4A08F;
 }
 .TagClassName
 {
   border-color: #D4A08F;
 }
</style>