Html Css Color HEX #D4A296 Rose

📋 copy color: '#D4A296'

red 212 ◦ green 162 ◦ blue 150

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

Shades of Rose #D4A296

Tints of Rose #D4A296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.92%

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

R = 40.46%
G = 30.92%
B = 28.63%

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

#D4A296 (or 0xD4A296) is known color: Rose. HEX triplet: D4, A2 and 96. RGB value is (212,162,150). Sum of RGB (Red+Green+Blue) = 212+162+150=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A296 is #2B5D69. Grayscale: #AFAFAF. Windows color (decimal): -2841962 or 9872084. OLE color: 9872084.

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

Color convert

RGB 212 162 150 -
CMYK 0 0.24 0.29 0.17
HSL 11.61º 0.42% 0.71% -
HSV(B) 11.61º 0.29% 0.83% -
XYZ 45.58 42.04 34.57 -
YUV 175.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 212 162 150 0 0.24 0.29 0.17 11.61 0.42 0.71
Hex D4 A2 96 0 18 1D 11 C 2A 47
Octal 324 242 226 0 30 35 21 14 52 107
Binary 11010100 10100010 10010110 0 11000 11101 10001 1100 101010 1000111

Color Harmonies of #D4A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A296

Black with #D4A296

Text Example


Text Example

White with #D4A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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