Html Css Color HEX #D29D91 Rose

📋 copy color: '#D29D91'

red 210 ◦ green 157 ◦ blue 145

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

Shades of Rose #D29D91

Tints of Rose #D29D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 41.02%
G = 30.66%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D29D91 (or 0xD29D91) is known color: Rose. HEX triplet: D2, 9D and 91. RGB value is (210,157,145). Sum of RGB (Red+Green+Blue) = 210+157+145=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D91 is #2D626E. Grayscale: #ABABAB. Windows color (decimal): -2974319 or 9543122. OLE color: 9543122.

HSL color Cylindrical-coordinate representation of color #D29D91: hue angle of 11.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29D91 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 145 -
CMYK 0 0.25 0.31 0.18
HSL 11.08º 0.42% 0.7% -
HSV(B) 11.08º 0.31% 0.82% -
XYZ 43.75 39.86 32.18 -
YUV 171.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 210 157 145 0 0.25 0.31 0.18 11.08 0.42 0.7
Hex D2 9D 91 0 19 1F 12 B 2A 46
Octal 322 235 221 0 31 37 22 13 52 106
Binary 11010010 10011101 10010001 0 11001 11111 10010 1011 101010 1000110

Color Harmonies of #D29D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D91

Black with #D29D91

Text Example


Text Example

White with #D29D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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