Html Css Color HEX #D4A195 Rose

📋 copy color: '#D4A195'

red 212 ◦ green 161 ◦ blue 149

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

Shades of Rose #D4A195

Tints of Rose #D4A195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.54%

R = 40.61%
G = 30.84%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D4A195 (or 0xD4A195) is known color: Rose. HEX triplet: D4, A1 and 95. RGB value is (212,161,149). Sum of RGB (Red+Green+Blue) = 212+161+149=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A195 is #2B5E6A. Grayscale: #AEAEAE. Windows color (decimal): -2842219 or 9806292. OLE color: 9806292.

HSL color Cylindrical-coordinate representation of color #D4A195: hue angle of 11.43º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A195 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 149 -
CMYK 0 0.24 0.30 0.17
HSL 11.43º 0.42% 0.71% -
HSV(B) 11.43º 0.3% 0.83% -
XYZ 45.32 41.66 34.09 -
YUV 174.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 212 161 149 0 0.24 0.30 0.17 11.43 0.42 0.71
Hex D4 A1 95 0 18 1E 11 B 2A 47
Octal 324 241 225 0 30 36 21 13 52 107
Binary 11010100 10100001 10010101 0 11000 11110 10001 1011 101010 1000111

Color Harmonies of #D4A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A195

Black with #D4A195

Text Example


Text Example

White with #D4A195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A195; }

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

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

background-color css

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

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

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

border-color css

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

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

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