Html Css Color HEX #D4A196 Rose

📋 copy color: '#D4A196'

red 212 ◦ green 161 ◦ blue 150

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

Shades of Rose #D4A196

Tints of Rose #D4A196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

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

R = 40.54%
G = 30.78%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4A196 (or 0xD4A196) is known color: Rose. HEX triplet: D4, A1 and 96. RGB value is (212,161,150). Sum of RGB (Red+Green+Blue) = 212+161+150=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A196 is #2B5E69. Grayscale: #AFAFAF. Windows color (decimal): -2842218 or 9871828. OLE color: 9871828.

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

Color convert

RGB 212 161 150 -
CMYK 0 0.24 0.29 0.17
HSL 10.65º 0.42% 0.71% -
HSV(B) 10.65º 0.29% 0.83% -
XYZ 45.4 41.69 34.51 -
YUV 175 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 212 161 150 0 0.24 0.29 0.17 10.65 0.42 0.71
Hex D4 A1 96 0 18 1D 11 B 2A 47
Octal 324 241 226 0 30 35 21 13 52 107
Binary 11010100 10100001 10010110 0 11000 11101 10001 1011 101010 1000111

Color Harmonies of #D4A196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A196

Black with #D4A196

Text Example


Text Example

White with #D4A196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A196; }

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

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

background-color css

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

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

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

border-color css

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

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

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