Html Css Color HEX #D09E80 Cameo

📋 copy color: '#D09E80'

red 208 ◦ green 158 ◦ blue 128

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

Shades of Cameo #D09E80

Tints of Cameo #D09E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

 BLUE value IS 128 (50.39% from 255) = 25.91%

R = 42.11%
G = 31.98%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D09E80 (or 0xD09E80) is known color: Cameo. HEX triplet: D0, 9E and 80. RGB value is (208,158,128). Sum of RGB (Red+Green+Blue) = 208+158+128=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E80 is #2F617F. Grayscale: #A9A9A9. Windows color (decimal): -3105152 or 8429264. OLE color: 8429264.

HSL color Cylindrical-coordinate representation of color #D09E80: hue angle of 22.5º degrees, saturation: 0.46, 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 #D09E80 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 158 128 -
CMYK 0 0.24 0.38 0.18
HSL 22.5º 0.46% 0.66% -
HSV(B) 22.5º 0.38% 0.82% -
XYZ 42.14 39.42 25.81 -
YUV 169.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 208 158 128 0 0.24 0.38 0.18 22.5 0.46 0.66
Hex D0 9E 80 0 18 26 12 16 2E 42
Octal 320 236 200 0 30 46 22 26 56 102
Binary 11010000 10011110 10000000 0 11000 100110 10010 10110 101110 1000010

Color Harmonies of #D09E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09E80

Black with #D09E80

Text Example


Text Example

White with #D09E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09E80; }

 p { color: rgb(208,158,128); }

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

background-color css

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

 a { background-color: rgb(208,158,128); }

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

border-color css

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

 span { border-color: rgb(208,158,128); }

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