Html Css Color HEX #D4A072 Cameo

📋 copy color: '#D4A072'

red 212 ◦ green 160 ◦ blue 114

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

Shades of Cameo #D4A072

Tints of Cameo #D4A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 43.62%
G = 32.92%
B = 23.46%

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

#D4A072 (or 0xD4A072) is known color: Cameo. HEX triplet: D4, A0 and 72. RGB value is (212,160,114). Sum of RGB (Red+Green+Blue) = 212+160+114=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A072 is #2B5F8D. Grayscale: #AAAAAA. Windows color (decimal): -2842510 or 7512276. OLE color: 7512276.

HSL color Cylindrical-coordinate representation of color #D4A072: hue angle of 28.16º 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 #D4A072 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 114 -
CMYK 0 0.25 0.46 0.17
HSL 28.16º 0.53% 0.64% -
HSV(B) 28.16º 0.46% 0.83% -
XYZ 42.76 40.35 21.45 -
YUV 170.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 212 160 114 0 0.25 0.46 0.17 28.16 0.53 0.64
Hex D4 A0 72 0 19 2E 11 1C 35 40
Octal 324 240 162 0 31 56 21 34 65 100
Binary 11010100 10100000 1110010 0 11001 101110 10001 11100 110101 1000000

Color Harmonies of #D4A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A072

Black with #D4A072

Text Example


Text Example

White with #D4A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A072; }

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

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

background-color css

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

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

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

border-color css

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

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

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