Html Css Color HEX #D4A494 Rose

📋 copy color: '#D4A494'

red 212 ◦ green 164 ◦ blue 148

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

Shades of Rose #D4A494

Tints of Rose #D4A494

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.3%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 40.46%
G = 31.3%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D4A494 (or 0xD4A494) is known color: Rose. HEX triplet: D4, A4 and 94. RGB value is (212,164,148). Sum of RGB (Red+Green+Blue) = 212+164+148=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A494 is #2B5B6B. Grayscale: #B0B0B0. Windows color (decimal): -2841452 or 9741524. OLE color: 9741524.

HSL color Cylindrical-coordinate representation of color #D4A494: hue angle of 15º degrees, saturation: 0.43, 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 #D4A494 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 148 -
CMYK 0 0.23 0.30 0.17
HSL 15º 0.43% 0.71% -
HSV(B) 15º 0.3% 0.83% -
XYZ 45.77 42.69 33.84 -
YUV 176.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 212 164 148 0 0.23 0.30 0.17 15 0.43 0.71
Hex D4 A4 94 0 17 1E 11 F 2B 47
Octal 324 244 224 0 27 36 21 17 53 107
Binary 11010100 10100100 10010100 0 10111 11110 10001 1111 101011 1000111

Color Harmonies of #D4A494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A494

Black with #D4A494

Text Example


Text Example

White with #D4A494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A494; }

 p { color: rgb(212,164,148); }

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

background-color css

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

 a { background-color: rgb(212,164,148); }

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

border-color css

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

 span { border-color: rgb(212,164,148); }

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