Html Css Color HEX #D08696 Puce

📋 copy color: '#D08696'

red 208 ◦ green 134 ◦ blue 150

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

Shades of Puce #D08696

Tints of Puce #D08696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 42.28%
G = 27.24%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D08696 (or 0xD08696) is known color: Puce. HEX triplet: D0, 86 and 96. RGB value is (208,134,150). Sum of RGB (Red+Green+Blue) = 208+134+150=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D08696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08696 is #2F7969. Grayscale: #9D9D9D. Windows color (decimal): -3111274 or 9864912. OLE color: 9864912.

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

Color convert

RGB 208 134 150 -
CMYK 0 0.36 0.28 0.18
HSL 347.03º 0.44% 0.67% -
HSV(B) 347.03º 0.36% 0.82% -
XYZ 40.04 32.66 33.05 -
YUV 157.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 208 134 150 0 0.36 0.28 0.18 347.03 0.44 0.67
Hex D0 86 96 0 24 1C 12 15B 2C 43
Octal 320 206 226 0 44 34 22 533 54 103
Binary 11010000 10000110 10010110 0 100100 11100 10010 101011011 101100 1000011

Color Harmonies of #D08696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08696

Black with #D08696

Text Example


Text Example

White with #D08696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08696; }

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

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

background-color css

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

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

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

border-color css

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

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

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