Html Css Color HEX #D09F74 Cameo

📋 copy color: '#D09F74'

red 208 ◦ green 159 ◦ blue 116

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

Shades of Cameo #D09F74

Tints of Cameo #D09F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.92%

 BLUE value IS 116 (45.7% from 255) = 24.02%

R = 43.06%
G = 32.92%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D09F74 (or 0xD09F74) is known color: Cameo. HEX triplet: D0, 9F and 74. RGB value is (208,159,116). Sum of RGB (Red+Green+Blue) = 208+159+116=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F74 is #2F608B. Grayscale: #A8A8A8. Windows color (decimal): -3104908 or 7643088. OLE color: 7643088.

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

Color convert

RGB 208 159 116 -
CMYK 0 0.24 0.44 0.18
HSL 28.04º 0.49% 0.64% -
HSV(B) 28.04º 0.44% 0.82% -
XYZ 41.56 39.47 21.95 -
YUV 168.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 208 159 116 0 0.24 0.44 0.18 28.04 0.49 0.64
Hex D0 9F 74 0 18 2C 12 1C 31 40
Octal 320 237 164 0 30 54 22 34 61 100
Binary 11010000 10011111 1110100 0 11000 101100 10010 11100 110001 1000000

Color Harmonies of #D09F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09F74

Black with #D09F74

Text Example


Text Example

White with #D09F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09F74; }

 p { color: rgb(208,159,116); }

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

background-color css

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

 a { background-color: rgb(208,159,116); }

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

border-color css

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

 span { border-color: rgb(208,159,116); }

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