Html Css Color HEX #D4A096 Rose

📋 copy color: '#D4A096'

red 212 ◦ green 160 ◦ blue 150

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

Shades of Rose #D4A096

Tints of Rose #D4A096

RGB

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

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

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

R = 40.61%
G = 30.65%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4A096 (or 0xD4A096) is known color: Rose. HEX triplet: D4, A0 and 96. RGB value is (212,160,150). Sum of RGB (Red+Green+Blue) = 212+160+150=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A096 is #2B5F69. Grayscale: #AEAEAE. Windows color (decimal): -2842474 or 9871572. OLE color: 9871572.

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

Color convert

RGB 212 160 150 -
CMYK 0 0.25 0.29 0.17
HSL 9.68º 0.42% 0.71% -
HSV(B) 9.68º 0.29% 0.83% -
XYZ 45.23 41.34 34.45 -
YUV 174.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 212 160 150 0 0.25 0.29 0.17 9.68 0.42 0.71
Hex D4 A0 96 0 19 1D 11 A 2A 47
Octal 324 240 226 0 31 35 21 12 52 107
Binary 11010100 10100000 10010110 0 11001 11101 10001 1010 101010 1000111

Color Harmonies of #D4A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A096

Black with #D4A096

Text Example


Text Example

White with #D4A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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