Html Css Color HEX #D29D97 Rose

📋 copy color: '#D29D97'

red 210 ◦ green 157 ◦ blue 151

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

Shades of Rose #D29D97

Tints of Rose #D29D97

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.31%

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

R = 40.54%
G = 30.31%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29D97 (or 0xD29D97) is known color: Rose. HEX triplet: D2, 9D and 97. RGB value is (210,157,151). Sum of RGB (Red+Green+Blue) = 210+157+151=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D97 is #2D6268. Grayscale: #ACACAC. Windows color (decimal): -2974313 or 9936338. OLE color: 9936338.

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

Color convert

RGB 210 157 151 -
CMYK 0 0.25 0.28 0.18
HSL 6.1º 0.4% 0.71% -
HSV(B) 6.1º 0.28% 0.82% -
XYZ 44.22 40.05 34.68 -
YUV 172.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 210 157 151 0 0.25 0.28 0.18 6.1 0.4 0.71
Hex D2 9D 97 0 19 1C 12 6 28 47
Octal 322 235 227 0 31 34 22 6 50 107
Binary 11010010 10011101 10010111 0 11001 11100 10010 110 101000 1000111

Color Harmonies of #D29D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D97

Black with #D29D97

Text Example


Text Example

White with #D29D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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