Html Css Color HEX #D2A597 Rose

📋 copy color: '#D2A597'

red 210 ◦ green 165 ◦ blue 151

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

Shades of Rose #D2A597

Tints of Rose #D2A597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.71%

R = 39.92%
G = 31.37%
B = 28.71%

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

#D2A597 (or 0xD2A597) is known color: Rose. HEX triplet: D2, A5 and 97. RGB value is (210,165,151). Sum of RGB (Red+Green+Blue) = 210+165+151=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A597 is #2D5A68. Grayscale: #B0B0B0. Windows color (decimal): -2972265 or 9938386. OLE color: 9938386.

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

Color convert

RGB 210 165 151 -
CMYK 0 0.21 0.28 0.18
HSL 14.24º 0.4% 0.71% -
HSV(B) 14.24º 0.28% 0.82% -
XYZ 45.62 42.85 35.14 -
YUV 176.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 210 165 151 0 0.21 0.28 0.18 14.24 0.4 0.71
Hex D2 A5 97 0 15 1C 12 E 28 47
Octal 322 245 227 0 25 34 22 16 50 107
Binary 11010010 10100101 10010111 0 10101 11100 10010 1110 101000 1000111

Color Harmonies of #D2A597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A597

Black with #D2A597

Text Example


Text Example

White with #D2A597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A597; }

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

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

background-color css

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

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

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

border-color css

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

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

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