Html Css Color HEX #D4A073 Cameo

📋 copy color: '#D4A073'

red 212 ◦ green 160 ◦ blue 115

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

Shades of Cameo #D4A073

Tints of Cameo #D4A073

RGB

 RED value IS 212 (83.2% from 255) = 43.53%

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 43.53%
G = 32.85%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4A073 (or 0xD4A073) is known color: Cameo. HEX triplet: D4, A0 and 73. RGB value is (212,160,115). Sum of RGB (Red+Green+Blue) = 212+160+115=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A073 is #2B5F8C. Grayscale: #AAAAAA. Windows color (decimal): -2842509 or 7577812. OLE color: 7577812.

HSL color Cylindrical-coordinate representation of color #D4A073: hue angle of 27.84º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4A073 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 115 -
CMYK 0 0.25 0.46 0.17
HSL 27.84º 0.53% 0.64% -
HSV(B) 27.84º 0.46% 0.83% -
XYZ 42.82 40.38 21.76 -
YUV 170.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 212 160 115 0 0.25 0.46 0.17 27.84 0.53 0.64
Hex D4 A0 73 0 19 2E 11 1C 35 40
Octal 324 240 163 0 31 56 21 34 65 100
Binary 11010100 10100000 1110011 0 11001 101110 10001 11100 110101 1000000

Color Harmonies of #D4A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A073

Black with #D4A073

Text Example


Text Example

White with #D4A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A073; }

 p { color: rgb(212,160,115); }

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

background-color css

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

 a { background-color: rgb(212,160,115); }

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

border-color css

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

 span { border-color: rgb(212,160,115); }

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