Html Css Color HEX #D29D8B Rose

📋 copy color: '#D29D8B'

red 210 ◦ green 157 ◦ blue 139

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

Shades of Rose #D29D8B

Tints of Rose #D29D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 41.5%
G = 31.03%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D29D8B (or 0xD29D8B) is known color: Rose. HEX triplet: D2, 9D and 8B. RGB value is (210,157,139). Sum of RGB (Red+Green+Blue) = 210+157+139=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D8B is #2D6274. Grayscale: #AAAAAA. Windows color (decimal): -2974325 or 9149906. OLE color: 9149906.

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

Color convert

RGB 210 157 139 -
CMYK 0 0.25 0.34 0.18
HSL 15.21º 0.44% 0.68% -
HSV(B) 15.21º 0.34% 0.82% -
XYZ 43.3 39.68 29.8 -
YUV 170.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 210 157 139 0 0.25 0.34 0.18 15.21 0.44 0.68
Hex D2 9D 8B 0 19 22 12 F 2C 44
Octal 322 235 213 0 31 42 22 17 54 104
Binary 11010010 10011101 10001011 0 11001 100010 10010 1111 101100 1000100

Color Harmonies of #D29D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29D8B

Black with #D29D8B

Text Example


Text Example

White with #D29D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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