Html Css Color HEX #D09B89 Rose

📋 copy color: '#D09B89'

red 208 ◦ green 155 ◦ blue 137

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

Shades of Rose #D09B89

Tints of Rose #D09B89

RGB

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

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

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

R = 41.6%
G = 31%
B = 27.4%

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

#D09B89 (or 0xD09B89) is known color: Rose. HEX triplet: D0, 9B and 89. RGB value is (208,155,137). Sum of RGB (Red+Green+Blue) = 208+155+137=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B89 is #2F6476. Grayscale: #A8A8A8. Windows color (decimal): -3105911 or 9018320. OLE color: 9018320.

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

Color convert

RGB 208 155 137 -
CMYK 0 0.25 0.34 0.18
HSL 15.21º 0.43% 0.68% -
HSV(B) 15.21º 0.34% 0.82% -
XYZ 42.25 38.66 28.9 -
YUV 168.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 208 155 137 0 0.25 0.34 0.18 15.21 0.43 0.68
Hex D0 9B 89 0 19 22 12 F 2B 44
Octal 320 233 211 0 31 42 22 17 53 104
Binary 11010000 10011011 10001001 0 11001 100010 10010 1111 101011 1000100

Color Harmonies of #D09B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B89

Black with #D09B89

Text Example


Text Example

White with #D09B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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