Html Css Color HEX #D2A798 Rose

📋 copy color: '#D2A798'

red 210 ◦ green 167 ◦ blue 152

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

Shades of Rose #D2A798

Tints of Rose #D2A798

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.57%

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

R = 39.7%
G = 31.57%
B = 28.73%

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

#D2A798 (or 0xD2A798) is known color: Rose. HEX triplet: D2, A7 and 98. RGB value is (210,167,152). Sum of RGB (Red+Green+Blue) = 210+167+152=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A798 is #2D5867. Grayscale: #B2B2B2. Windows color (decimal): -2971752 or 10004434. OLE color: 10004434.

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

Color convert

RGB 210 167 152 -
CMYK 0 0.20 0.28 0.18
HSL 15.52º 0.39% 0.71% -
HSV(B) 15.52º 0.28% 0.82% -
XYZ 46.06 43.61 35.69 -
YUV 178.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 210 167 152 0 0.20 0.28 0.18 15.52 0.39 0.71
Hex D2 A7 98 0 14 1C 12 10 27 47
Octal 322 247 230 0 24 34 22 20 47 107
Binary 11010010 10100111 10011000 0 10100 11100 10010 10000 100111 1000111

Color Harmonies of #D2A798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A798

Black with #D2A798

Text Example


Text Example

White with #D2A798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A798; }

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

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

background-color css

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

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

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

border-color css

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

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

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