Html Css Color HEX #D29D8F Rose

📋 copy color: '#D29D8F'

red 210 ◦ green 157 ◦ blue 143

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

Shades of Rose #D29D8F

Tints of Rose #D29D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 41.18%
G = 30.78%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D29D8F (or 0xD29D8F) is known color: Rose. HEX triplet: D2, 9D and 8F. RGB value is (210,157,143). Sum of RGB (Red+Green+Blue) = 210+157+143=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D8F is #2D6270. Grayscale: #ABABAB. Windows color (decimal): -2974321 or 9412050. OLE color: 9412050.

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

Color convert

RGB 210 157 143 -
CMYK 0 0.25 0.32 0.18
HSL 12.54º 0.43% 0.69% -
HSV(B) 12.54º 0.32% 0.82% -
XYZ 43.59 39.8 31.37 -
YUV 171.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 210 157 143 0 0.25 0.32 0.18 12.54 0.43 0.69
Hex D2 9D 8F 0 19 20 12 D 2B 45
Octal 322 235 217 0 31 40 22 15 53 105
Binary 11010010 10011101 10001111 0 11001 100000 10010 1101 101011 1000101

Color Harmonies of #D29D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D8F

Black with #D29D8F

Text Example


Text Example

White with #D29D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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