Html Css Color HEX #D4A996 Rose

📋 copy color: '#D4A996'

red 212 ◦ green 169 ◦ blue 150

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

Shades of Rose #D4A996

Tints of Rose #D4A996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.83%

 BLUE value IS 150 (58.98% from 255) = 28.25%

R = 39.92%
G = 31.83%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4A996 (or 0xD4A996) is known color: Rose. HEX triplet: D4, A9 and 96. RGB value is (212,169,150). Sum of RGB (Red+Green+Blue) = 212+169+150=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A996 is #2B5669. Grayscale: #B3B3B3. Windows color (decimal): -2840170 or 9873876. OLE color: 9873876.

HSL color Cylindrical-coordinate representation of color #D4A996: hue angle of 18.39º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4A996 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 169 150 -
CMYK 0 0.20 0.29 0.17
HSL 18.39º 0.42% 0.71% -
HSV(B) 18.39º 0.29% 0.83% -
XYZ 46.84 44.57 34.99 -
YUV 179.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 212 169 150 0 0.20 0.29 0.17 18.39 0.42 0.71
Hex D4 A9 96 0 14 1D 11 12 2A 47
Octal 324 251 226 0 24 35 21 22 52 107
Binary 11010100 10101001 10010110 0 10100 11101 10001 10010 101010 1000111

Color Harmonies of #D4A996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A996

Black with #D4A996

Text Example


Text Example

White with #D4A996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A996; }

 p { color: rgb(212,169,150); }

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

background-color css

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

 a { background-color: rgb(212,169,150); }

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

border-color css

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

 span { border-color: rgb(212,169,150); }

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