Html Css Color HEX #D08299 Puce

📋 copy color: '#D08299'

red 208 ◦ green 130 ◦ blue 153

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

Shades of Puce #D08299

Tints of Puce #D08299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 42.36%
G = 26.48%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D08299 (or 0xD08299) is known color: Puce. HEX triplet: D0, 82 and 99. RGB value is (208,130,153). Sum of RGB (Red+Green+Blue) = 208+130+153=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D08299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08299 is #2F7D66. Grayscale: #9B9B9B. Windows color (decimal): -3112295 or 10060496. OLE color: 10060496.

HSL color Cylindrical-coordinate representation of color #D08299: hue angle of 342.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08299 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 130 153 -
CMYK 0 0.38 0.26 0.18
HSL 342.31º 0.45% 0.66% -
HSV(B) 342.31º 0.38% 0.82% -
XYZ 39.74 31.68 34.16 -
YUV 155.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 208 130 153 0 0.38 0.26 0.18 342.31 0.45 0.66
Hex D0 82 99 0 26 1A 12 156 2D 42
Octal 320 202 231 0 46 32 22 526 55 102
Binary 11010000 10000010 10011001 0 100110 11010 10010 101010110 101101 1000010

Color Harmonies of #D08299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08299

Black with #D08299

Text Example


Text Example

White with #D08299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08299; }

 p { color: rgb(208,130,153); }

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

background-color css

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

 a { background-color: rgb(208,130,153); }

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

border-color css

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

 span { border-color: rgb(208,130,153); }

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