Html Css Color HEX #D4A372 Cameo

📋 copy color: '#D4A372'

red 212 ◦ green 163 ◦ blue 114

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

Shades of Cameo #D4A372

Tints of Cameo #D4A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.33%

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

R = 43.35%
G = 33.33%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D4A372 (or 0xD4A372) is known color: Cameo. HEX triplet: D4, A3 and 72. RGB value is (212,163,114). Sum of RGB (Red+Green+Blue) = 212+163+114=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A372 is #2B5C8D. Grayscale: #ACACAC. Windows color (decimal): -2841742 or 7513044. OLE color: 7513044.

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

Color convert

RGB 212 163 114 -
CMYK 0 0.23 0.46 0.17
HSL 30º 0.53% 0.64% -
HSV(B) 30º 0.46% 0.83% -
XYZ 43.29 41.41 21.63 -
YUV 172.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 212 163 114 0 0.23 0.46 0.17 30 0.53 0.64
Hex D4 A3 72 0 17 2E 11 1E 35 40
Octal 324 243 162 0 27 56 21 36 65 100
Binary 11010100 10100011 1110010 0 10111 101110 10001 11110 110101 1000000

Color Harmonies of #D4A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A372

Black with #D4A372

Text Example


Text Example

White with #D4A372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A372; }

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

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

background-color css

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

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

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

border-color css

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

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

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