Html Css Color HEX #D4A896 Rose

📋 copy color: '#D4A896'

red 212 ◦ green 168 ◦ blue 150

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

Shades of Rose #D4A896

Tints of Rose #D4A896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

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

R = 40%
G = 31.7%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4A896 (or 0xD4A896) is known color: Rose. HEX triplet: D4, A8 and 96. RGB value is (212,168,150). Sum of RGB (Red+Green+Blue) = 212+168+150=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A896 is #2B5769. Grayscale: #B3B3B3. Windows color (decimal): -2840426 or 9873620. OLE color: 9873620.

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

Color convert

RGB 212 168 150 -
CMYK 0 0.21 0.29 0.17
HSL 17.42º 0.42% 0.71% -
HSV(B) 17.42º 0.29% 0.83% -
XYZ 46.66 44.2 34.93 -
YUV 179.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 212 168 150 0 0.21 0.29 0.17 17.42 0.42 0.71
Hex D4 A8 96 0 15 1D 11 11 2A 47
Octal 324 250 226 0 25 35 21 21 52 107
Binary 11010100 10101000 10010110 0 10101 11101 10001 10001 101010 1000111

Color Harmonies of #D4A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A896

Black with #D4A896

Text Example


Text Example

White with #D4A896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A896; }

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

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

background-color css

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

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

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

border-color css

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

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

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