Html Css Color HEX #D09B82 Cameo

📋 copy color: '#D09B82'

red 208 ◦ green 155 ◦ blue 130

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

Shades of Cameo #D09B82

Tints of Cameo #D09B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

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

R = 42.19%
G = 31.44%
B = 26.37%

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

#D09B82 (or 0xD09B82) is known color: Cameo. HEX triplet: D0, 9B and 82. RGB value is (208,155,130). Sum of RGB (Red+Green+Blue) = 208+155+130=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09B82 is #2F647D. Grayscale: #A8A8A8. Windows color (decimal): -3105918 or 8559568. OLE color: 8559568.

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

Color convert

RGB 208 155 130 -
CMYK 0 0.25 0.38 0.18
HSL 19.23º 0.45% 0.66% -
HSV(B) 19.23º 0.38% 0.82% -
XYZ 41.76 38.46 26.34 -
YUV 168 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 208 155 130 0 0.25 0.38 0.18 19.23 0.45 0.66
Hex D0 9B 82 0 19 26 12 13 2D 42
Octal 320 233 202 0 31 46 22 23 55 102
Binary 11010000 10011011 10000010 0 11001 100110 10010 10011 101101 1000010

Color Harmonies of #D09B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B82

Black with #D09B82

Text Example


Text Example

White with #D09B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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