Html Css Color HEX #D08697 Puce

📋 copy color: '#D08697'

red 208 ◦ green 134 ◦ blue 151

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

Shades of Puce #D08697

Tints of Puce #D08697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.63%

R = 42.19%
G = 27.18%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D08697 (or 0xD08697) is known color: Puce. HEX triplet: D0, 86 and 97. RGB value is (208,134,151). Sum of RGB (Red+Green+Blue) = 208+134+151=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D08697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08697 is #2F7968. Grayscale: #9E9E9E. Windows color (decimal): -3111273 or 9930448. OLE color: 9930448.

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

Color convert

RGB 208 134 151 -
CMYK 0 0.36 0.27 0.18
HSL 346.22º 0.44% 0.67% -
HSV(B) 346.22º 0.36% 0.82% -
XYZ 40.12 32.69 33.47 -
YUV 158.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 208 134 151 0 0.36 0.27 0.18 346.22 0.44 0.67
Hex D0 86 97 0 24 1B 12 15A 2C 43
Octal 320 206 227 0 44 33 22 532 54 103
Binary 11010000 10000110 10010111 0 100100 11011 10010 101011010 101100 1000011

Color Harmonies of #D08697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08697

Black with #D08697

Text Example


Text Example

White with #D08697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08697; }

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

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

background-color css

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

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

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

border-color css

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

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

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