Html Css Color HEX #D4A496 Rose

📋 copy color: '#D4A496'

red 212 ◦ green 164 ◦ blue 150

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

Shades of Rose #D4A496

Tints of Rose #D4A496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.18%

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

R = 40.3%
G = 31.18%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4A496 (or 0xD4A496) is known color: Rose. HEX triplet: D4, A4 and 96. RGB value is (212,164,150). Sum of RGB (Red+Green+Blue) = 212+164+150=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A496 is #2B5B69. Grayscale: #B0B0B0. Windows color (decimal): -2841450 or 9872596. OLE color: 9872596.

HSL color Cylindrical-coordinate representation of color #D4A496: hue angle of 13.55º 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 #D4A496 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 150 -
CMYK 0 0.23 0.29 0.17
HSL 13.55º 0.42% 0.71% -
HSV(B) 13.55º 0.29% 0.83% -
XYZ 45.93 42.75 34.68 -
YUV 176.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 212 164 150 0 0.23 0.29 0.17 13.55 0.42 0.71
Hex D4 A4 96 0 17 1D 11 E 2A 47
Octal 324 244 226 0 27 35 21 16 52 107
Binary 11010100 10100100 10010110 0 10111 11101 10001 1110 101010 1000111

Color Harmonies of #D4A496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A496

Black with #D4A496

Text Example


Text Example

White with #D4A496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A496; }

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

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

background-color css

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

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

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

border-color css

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

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

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