Html Css Color HEX #D0A074 Cameo

📋 copy color: '#D0A074'

red 208 ◦ green 160 ◦ blue 116

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

Shades of Cameo #D0A074

Tints of Cameo #D0A074

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

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

R = 42.98%
G = 33.06%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0A074 (or 0xD0A074) is known color: Cameo. HEX triplet: D0, A0 and 74. RGB value is (208,160,116). Sum of RGB (Red+Green+Blue) = 208+160+116=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A074 is #2F5F8B. Grayscale: #A9A9A9. Windows color (decimal): -3104652 or 7643344. OLE color: 7643344.

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

Color convert

RGB 208 160 116 -
CMYK 0 0.23 0.44 0.18
HSL 28.7º 0.49% 0.64% -
HSV(B) 28.7º 0.44% 0.82% -
XYZ 41.74 39.81 22.01 -
YUV 169.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 208 160 116 0 0.23 0.44 0.18 28.7 0.49 0.64
Hex D0 A0 74 0 17 2C 12 1D 31 40
Octal 320 240 164 0 27 54 22 35 61 100
Binary 11010000 10100000 1110100 0 10111 101100 10010 11101 110001 1000000

Color Harmonies of #D0A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A074

Black with #D0A074

Text Example


Text Example

White with #D0A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A074; }

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

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

background-color css

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

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

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

border-color css

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

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

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