Html Css Color HEX #D08C8D Puce

📋 copy color: '#D08C8D'

red 208 ◦ green 140 ◦ blue 141

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

Shades of Puce #D08C8D

Tints of Puce #D08C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.63%

 BLUE value IS 141 (55.47% from 255) = 28.83%

R = 42.54%
G = 28.63%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D08C8D (or 0xD08C8D) is known color: Puce. HEX triplet: D0, 8C and 8D. RGB value is (208,140,141). Sum of RGB (Red+Green+Blue) = 208+140+141=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08C8D is #2F7372. Grayscale: #A0A0A0. Windows color (decimal): -3109747 or 9276624. OLE color: 9276624.

HSL color Cylindrical-coordinate representation of color #D08C8D: hue angle of 359.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08C8D is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 141 -
CMYK 0 0.33 0.32 0.18
HSL 359.12º 0.42% 0.68% -
HSV(B) 359.12º 0.33% 0.82% -
XYZ 40.2 34.09 29.66 -
YUV 160.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 208 140 141 0 0.33 0.32 0.18 359.12 0.42 0.68
Hex D0 8C 8D 0 21 20 12 167 2A 44
Octal 320 214 215 0 41 40 22 547 52 104
Binary 11010000 10001100 10001101 0 100001 100000 10010 101100111 101010 1000100

Color Harmonies of #D08C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C8D

Black with #D08C8D

Text Example


Text Example

White with #D08C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C8D; }

 p { color: rgb(208,140,141); }

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

background-color css

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

 a { background-color: rgb(208,140,141); }

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

border-color css

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

 span { border-color: rgb(208,140,141); }

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