Html Css Color HEX #D08589 Puce

📋 copy color: '#D08589'

red 208 ◦ green 133 ◦ blue 137

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

Shades of Puce #D08589

Tints of Puce #D08589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.82%

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

R = 43.51%
G = 27.82%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D08589 (or 0xD08589) is known color: Puce. HEX triplet: D0, 85 and 89. RGB value is (208,133,137). Sum of RGB (Red+Green+Blue) = 208+133+137=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D08589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08589 is #2F7A76. Grayscale: #9B9B9B. Windows color (decimal): -3111543 or 9012688. OLE color: 9012688.

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

Color convert

RGB 208 133 137 -
CMYK 0 0.36 0.34 0.18
HSL 356.8º 0.44% 0.67% -
HSV(B) 356.8º 0.36% 0.82% -
XYZ 38.92 31.99 27.79 -
YUV 155.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 208 133 137 0 0.36 0.34 0.18 356.8 0.44 0.67
Hex D0 85 89 0 24 22 12 165 2C 43
Octal 320 205 211 0 44 42 22 545 54 103
Binary 11010000 10000101 10001001 0 100100 100010 10010 101100101 101100 1000011

Color Harmonies of #D08589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08589

Black with #D08589

Text Example


Text Example

White with #D08589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08589; }

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

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

background-color css

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

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

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

border-color css

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

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

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