Html Css Color HEX #D09C82 Cameo

📋 copy color: '#D09C82'

red 208 ◦ green 156 ◦ blue 130

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

Shades of Cameo #D09C82

Tints of Cameo #D09C82

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

 BLUE value IS 130 (51.17% from 255) = 26.32%

R = 42.11%
G = 31.58%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D09C82 (or 0xD09C82) is known color: Cameo. HEX triplet: D0, 9C and 82. RGB value is (208,156,130). Sum of RGB (Red+Green+Blue) = 208+156+130=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C82 is #2F637D. Grayscale: #A8A8A8. Windows color (decimal): -3105662 or 8559824. OLE color: 8559824.

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

Color convert

RGB 208 156 130 -
CMYK 0 0.25 0.38 0.18
HSL 20º 0.45% 0.66% -
HSV(B) 20º 0.38% 0.82% -
XYZ 41.93 38.8 26.4 -
YUV 168.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 208 156 130 0 0.25 0.38 0.18 20 0.45 0.66
Hex D0 9C 82 0 19 26 12 14 2D 42
Octal 320 234 202 0 31 46 22 24 55 102
Binary 11010000 10011100 10000010 0 11001 100110 10010 10100 101101 1000010

Color Harmonies of #D09C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C82

Black with #D09C82

Text Example


Text Example

White with #D09C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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