Html Css Color HEX #D4A473 Cameo

📋 copy color: '#D4A473'

red 212 ◦ green 164 ◦ blue 115

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

Shades of Cameo #D4A473

Tints of Cameo #D4A473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.4%

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

R = 43.18%
G = 33.4%
B = 23.42%

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

#D4A473 (or 0xD4A473) is known color: Cameo. HEX triplet: D4, A4 and 73. RGB value is (212,164,115). Sum of RGB (Red+Green+Blue) = 212+164+115=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A473 is #2B5B8C. Grayscale: #ADADAD. Windows color (decimal): -2841485 or 7578836. OLE color: 7578836.

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

Color convert

RGB 212 164 115 -
CMYK 0 0.23 0.46 0.17
HSL 30.31º 0.53% 0.64% -
HSV(B) 30.31º 0.46% 0.83% -
XYZ 43.52 41.79 21.99 -
YUV 172.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 212 164 115 0 0.23 0.46 0.17 30.31 0.53 0.64
Hex D4 A4 73 0 17 2E 11 1E 35 40
Octal 324 244 163 0 27 56 21 36 65 100
Binary 11010100 10100100 1110011 0 10111 101110 10001 11110 110101 1000000

Color Harmonies of #D4A473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A473

Black with #D4A473

Text Example


Text Example

White with #D4A473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A473; }

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

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

background-color css

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

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

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

border-color css

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

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

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