Html Css Color HEX #D29E8B Rose

📋 copy color: '#D29E8B'

red 210 ◦ green 158 ◦ blue 139

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

Shades of Rose #D29E8B

Tints of Rose #D29E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.16%

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

R = 41.42%
G = 31.16%
B = 27.42%

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

#D29E8B (or 0xD29E8B) is known color: Rose. HEX triplet: D2, 9E and 8B. RGB value is (210,158,139). Sum of RGB (Red+Green+Blue) = 210+158+139=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E8B is #2D6174. Grayscale: #ABABAB. Windows color (decimal): -2974069 or 9150162. OLE color: 9150162.

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

Color convert

RGB 210 158 139 -
CMYK 0 0.25 0.34 0.18
HSL 16.06º 0.44% 0.68% -
HSV(B) 16.06º 0.34% 0.82% -
XYZ 43.47 40.02 29.86 -
YUV 171.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 210 158 139 0 0.25 0.34 0.18 16.06 0.44 0.68
Hex D2 9E 8B 0 19 22 12 10 2C 44
Octal 322 236 213 0 31 42 22 20 54 104
Binary 11010010 10011110 10001011 0 11001 100010 10010 10000 101100 1000100

Color Harmonies of #D29E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E8B

Black with #D29E8B

Text Example


Text Example

White with #D29E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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