Html Css Color HEX #D08688 Puce

📋 copy color: '#D08688'

red 208 ◦ green 134 ◦ blue 136

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

Shades of Puce #D08688

Tints of Puce #D08688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

 BLUE value IS 136 (53.52% from 255) = 28.45%

R = 43.51%
G = 28.03%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D08688 (or 0xD08688) is known color: Puce. HEX triplet: D0, 86 and 88. RGB value is (208,134,136). Sum of RGB (Red+Green+Blue) = 208+134+136=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D08688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08688 is #2F7977. Grayscale: #9C9C9C. Windows color (decimal): -3111288 or 8947408. OLE color: 8947408.

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

Color convert

RGB 208 134 136 -
CMYK 0 0.36 0.35 0.18
HSL 358.38º 0.44% 0.67% -
HSV(B) 358.38º 0.36% 0.82% -
XYZ 38.98 32.24 27.46 -
YUV 156.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 208 134 136 0 0.36 0.35 0.18 358.38 0.44 0.67
Hex D0 86 88 0 24 23 12 166 2C 43
Octal 320 206 210 0 44 43 22 546 54 103
Binary 11010000 10000110 10001000 0 100100 100011 10010 101100110 101100 1000011

Color Harmonies of #D08688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08688

Black with #D08688

Text Example


Text Example

White with #D08688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08688; }

 p { color: rgb(208,134,136); }

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

background-color css

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

 a { background-color: rgb(208,134,136); }

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

border-color css

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

 span { border-color: rgb(208,134,136); }

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