Html Css Color HEX #D29D98 Rose

📋 copy color: '#D29D98'

red 210 ◦ green 157 ◦ blue 152

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

Shades of Rose #D29D98

Tints of Rose #D29D98

RGB

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

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

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

R = 40.46%
G = 30.25%
B = 29.29%

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

#D29D98 (or 0xD29D98) is known color: Rose. HEX triplet: D2, 9D and 98. RGB value is (210,157,152). Sum of RGB (Red+Green+Blue) = 210+157+152=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D98 is #2D6267. Grayscale: #ACACAC. Windows color (decimal): -2974312 or 10001874. OLE color: 10001874.

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

Color convert

RGB 210 157 152 -
CMYK 0 0.25 0.28 0.18
HSL 5.17º 0.39% 0.71% -
HSV(B) 5.17º 0.28% 0.82% -
XYZ 44.3 40.08 35.11 -
YUV 172.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 210 157 152 0 0.25 0.28 0.18 5.17 0.39 0.71
Hex D2 9D 98 0 19 1C 12 5 27 47
Octal 322 235 230 0 31 34 22 5 47 107
Binary 11010010 10011101 10011000 0 11001 11100 10010 101 100111 1000111

Color Harmonies of #D29D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D98

Black with #D29D98

Text Example


Text Example

White with #D29D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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