Html Css Color HEX #D4A373 Cameo

📋 copy color: '#D4A373'

red 212 ◦ green 163 ◦ blue 115

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

Shades of Cameo #D4A373

Tints of Cameo #D4A373

RGB

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

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

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

R = 43.27%
G = 33.27%
B = 23.47%

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

#D4A373 (or 0xD4A373) is known color: Cameo. HEX triplet: D4, A3 and 73. RGB value is (212,163,115). Sum of RGB (Red+Green+Blue) = 212+163+115=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A373 is #2B5C8C. Grayscale: #ACACAC. Windows color (decimal): -2841741 or 7578580. OLE color: 7578580.

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

Color convert

RGB 212 163 115 -
CMYK 0 0.23 0.46 0.17
HSL 29.69º 0.53% 0.64% -
HSV(B) 29.69º 0.46% 0.83% -
XYZ 43.34 41.43 21.93 -
YUV 172.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 212 163 115 0 0.23 0.46 0.17 29.69 0.53 0.64
Hex D4 A3 73 0 17 2E 11 1E 35 40
Octal 324 243 163 0 27 56 21 36 65 100
Binary 11010100 10100011 1110011 0 10111 101110 10001 11110 110101 1000000

Color Harmonies of #D4A373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A373

Black with #D4A373

Text Example


Text Example

White with #D4A373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A373; }

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

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

background-color css

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

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

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

border-color css

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

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

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