Html Css Color HEX #D2A998 Rose

📋 copy color: '#D2A998'

red 210 ◦ green 169 ◦ blue 152

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

Shades of Rose #D2A998

Tints of Rose #D2A998

RGB

 RED value IS 210 (82.42% from 255) = 39.55%

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

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

R = 39.55%
G = 31.83%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D2A998 (or 0xD2A998) is known color: Rose. HEX triplet: D2, A9 and 98. RGB value is (210,169,152). Sum of RGB (Red+Green+Blue) = 210+169+152=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A998 is #2D5667. Grayscale: #B3B3B3. Windows color (decimal): -2971240 or 10004946. OLE color: 10004946.

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

Color convert

RGB 210 169 152 -
CMYK 0 0.20 0.28 0.18
HSL 17.59º 0.39% 0.71% -
HSV(B) 17.59º 0.28% 0.82% -
XYZ 46.43 44.34 35.82 -
YUV 179.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 210 169 152 0 0.20 0.28 0.18 17.59 0.39 0.71
Hex D2 A9 98 0 14 1C 12 12 27 47
Octal 322 251 230 0 24 34 22 22 47 107
Binary 11010010 10101001 10011000 0 10100 11100 10010 10010 100111 1000111

Color Harmonies of #D2A998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A998

Black with #D2A998

Text Example


Text Example

White with #D2A998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A998; }

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

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

background-color css

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

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

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

border-color css

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

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

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