Html Css Color HEX #D09D77 Cameo

📋 copy color: '#D09D77'

red 208 ◦ green 157 ◦ blue 119

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

Shades of Cameo #D09D77

Tints of Cameo #D09D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 42.98%
G = 32.44%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D09D77 (or 0xD09D77) is known color: Cameo. HEX triplet: D0, 9D and 77. RGB value is (208,157,119). Sum of RGB (Red+Green+Blue) = 208+157+119=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D77 is #2F6288. Grayscale: #A8A8A8. Windows color (decimal): -3105417 or 7839184. OLE color: 7839184.

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

Color convert

RGB 208 157 119 -
CMYK 0 0.25 0.43 0.18
HSL 25.62º 0.49% 0.64% -
HSV(B) 25.62º 0.43% 0.82% -
XYZ 41.4 38.86 22.77 -
YUV 167.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 208 157 119 0 0.25 0.43 0.18 25.62 0.49 0.64
Hex D0 9D 77 0 19 2B 12 1A 31 40
Octal 320 235 167 0 31 53 22 32 61 100
Binary 11010000 10011101 1110111 0 11001 101011 10010 11010 110001 1000000

Color Harmonies of #D09D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D77

Black with #D09D77

Text Example


Text Example

White with #D09D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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