Html Css Color HEX #D4A998 Rose

📋 copy color: '#D4A998'

red 212 ◦ green 169 ◦ blue 152

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

Shades of Rose #D4A998

Tints of Rose #D4A998

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.71%

 BLUE value IS 152 (59.77% from 255) = 28.52%

R = 39.77%
G = 31.71%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D4A998 (or 0xD4A998) is known color: Rose. HEX triplet: D4, A9 and 98. RGB value is (212,169,152). Sum of RGB (Red+Green+Blue) = 212+169+152=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A998 is #2B5667. Grayscale: #B4B4B4. Windows color (decimal): -2840168 or 10004948. OLE color: 10004948.

HSL color Cylindrical-coordinate representation of color #D4A998: hue angle of 17º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A998 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 169 152 -
CMYK 0 0.20 0.28 0.17
HSL 17º 0.41% 0.71% -
HSV(B) 17º 0.28% 0.83% -
XYZ 47.01 44.64 35.84 -
YUV 179.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 212 169 152 0 0.20 0.28 0.17 17 0.41 0.71
Hex D4 A9 98 0 14 1C 11 11 29 47
Octal 324 251 230 0 24 34 21 21 51 107
Binary 11010100 10101001 10011000 0 10100 11100 10001 10001 101001 1000111

Color Harmonies of #D4A998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A998

Black with #D4A998

Text Example


Text Example

White with #D4A998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A998; }

 p { color: rgb(212,169,152); }

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

background-color css

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

 a { background-color: rgb(212,169,152); }

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

border-color css

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

 span { border-color: rgb(212,169,152); }

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