Html Css Color HEX #D09D87 Cameo

📋 copy color: '#D09D87'

red 208 ◦ green 157 ◦ blue 135

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

Shades of Cameo #D09D87

Tints of Cameo #D09D87

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 135 (53.13% from 255) = 27%

R = 41.6%
G = 31.4%
B = 27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D09D87 (or 0xD09D87) is known color: Cameo. HEX triplet: D0, 9D and 87. RGB value is (208,157,135). Sum of RGB (Red+Green+Blue) = 208+157+135=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D87 is #2F6278. Grayscale: #A9A9A9. Windows color (decimal): -3105401 or 8887760. OLE color: 8887760.

HSL color Cylindrical-coordinate representation of color #D09D87: hue angle of 18.08º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D09D87 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 135 -
CMYK 0 0.25 0.35 0.18
HSL 18.08º 0.44% 0.67% -
HSV(B) 18.08º 0.35% 0.82% -
XYZ 42.44 39.27 28.27 -
YUV 169.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 208 157 135 0 0.25 0.35 0.18 18.08 0.44 0.67
Hex D0 9D 87 0 19 23 12 12 2C 43
Octal 320 235 207 0 31 43 22 22 54 103
Binary 11010000 10011101 10000111 0 11001 100011 10010 10010 101100 1000011

Color Harmonies of #D09D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D87

Black with #D09D87

Text Example


Text Example

White with #D09D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D87; }

 p { color: rgb(208,157,135); }

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

background-color css

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

 a { background-color: rgb(208,157,135); }

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

border-color css

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

 span { border-color: rgb(208,157,135); }

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