Html Css Color HEX #D09D89 Rose

📋 copy color: '#D09D89'

red 208 ◦ green 157 ◦ blue 137

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

Shades of Rose #D09D89

Tints of Rose #D09D89

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

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

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 41.43%
G = 31.27%
B = 27.29%

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

#D09D89 (or 0xD09D89) is known color: Rose. HEX triplet: D0, 9D and 89. RGB value is (208,157,137). Sum of RGB (Red+Green+Blue) = 208+157+137=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D89 is #2F6276. Grayscale: #AAAAAA. Windows color (decimal): -3105399 or 9018832. OLE color: 9018832.

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

Color convert

RGB 208 157 137 -
CMYK 0 0.25 0.34 0.18
HSL 16.9º 0.43% 0.68% -
HSV(B) 16.9º 0.34% 0.82% -
XYZ 42.58 39.33 29.01 -
YUV 169.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 208 157 137 0 0.25 0.34 0.18 16.9 0.43 0.68
Hex D0 9D 89 0 19 22 12 11 2B 44
Octal 320 235 211 0 31 42 22 21 53 104
Binary 11010000 10011101 10001001 0 11001 100010 10010 10001 101011 1000100

Color Harmonies of #D09D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D89

Black with #D09D89

Text Example


Text Example

White with #D09D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D89; }

 p { color: rgb(208,157,137); }

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

background-color css

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

 a { background-color: rgb(208,157,137); }

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

border-color css

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

 span { border-color: rgb(208,157,137); }

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