Html Css Color HEX #D2A598 Rose

📋 copy color: '#D2A598'

red 210 ◦ green 165 ◦ blue 152

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

Shades of Rose #D2A598

Tints of Rose #D2A598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.31%

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

R = 39.85%
G = 31.31%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D2A598 (or 0xD2A598) is known color: Rose. HEX triplet: D2, A5 and 98. RGB value is (210,165,152). Sum of RGB (Red+Green+Blue) = 210+165+152=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A598 is #2D5A67. Grayscale: #B1B1B1. Windows color (decimal): -2972264 or 10003922. OLE color: 10003922.

HSL color Cylindrical-coordinate representation of color #D2A598: hue angle of 13.45º 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 #D2A598 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 152 -
CMYK 0 0.21 0.28 0.18
HSL 13.45º 0.39% 0.71% -
HSV(B) 13.45º 0.28% 0.82% -
XYZ 45.7 42.88 35.57 -
YUV 176.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 210 165 152 0 0.21 0.28 0.18 13.45 0.39 0.71
Hex D2 A5 98 0 15 1C 12 D 27 47
Octal 322 245 230 0 25 34 22 15 47 107
Binary 11010010 10100101 10011000 0 10101 11100 10010 1101 100111 1000111

Color Harmonies of #D2A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A598

Black with #D2A598

Text Example


Text Example

White with #D2A598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A598; }

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

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

background-color css

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

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

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

border-color css

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

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

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