Html Css Color HEX #D29B8C Rose

📋 copy color: '#D29B8C'

red 210 ◦ green 155 ◦ blue 140

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

Shades of Rose #D29B8C

Tints of Rose #D29B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 41.58%
G = 30.69%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D29B8C (or 0xD29B8C) is known color: Rose. HEX triplet: D2, 9B and 8C. RGB value is (210,155,140). Sum of RGB (Red+Green+Blue) = 210+155+140=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B8C is #2D6473. Grayscale: #A9A9A9. Windows color (decimal): -2974836 or 9214930. OLE color: 9214930.

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

Color convert

RGB 210 155 140 -
CMYK 0 0.26 0.33 0.18
HSL 12.86º 0.44% 0.69% -
HSV(B) 12.86º 0.33% 0.82% -
XYZ 43.03 39.04 30.08 -
YUV 169.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 210 155 140 0 0.26 0.33 0.18 12.86 0.44 0.69
Hex D2 9B 8C 0 1A 21 12 D 2C 45
Octal 322 233 214 0 32 41 22 15 54 105
Binary 11010010 10011011 10001100 0 11010 100001 10010 1101 101100 1000101

Color Harmonies of #D29B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B8C

Black with #D29B8C

Text Example


Text Example

White with #D29B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B8C; }

 p { color: rgb(210,155,140); }

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

background-color css

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

 a { background-color: rgb(210,155,140); }

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

border-color css

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

 span { border-color: rgb(210,155,140); }

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