Html Css Color HEX #D4A653 Apache

📋 copy color: '#D4A653'

red 212 ◦ green 166 ◦ blue 83

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

Shades of Apache #D4A653

Tints of Apache #D4A653

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.01%

 BLUE value IS 83 (32.81% from 255) = 18%

R = 45.99%
G = 36.01%
B = 18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4A653 (or 0xD4A653) is known color: Apache. HEX triplet: D4, A6 and 53. RGB value is (212,166,83). Sum of RGB (Red+Green+Blue) = 212+166+83=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A653 is #2B59AC. Grayscale: #AAAAAA. Windows color (decimal): -2841005 or 5482196. OLE color: 5482196.

HSL color Cylindrical-coordinate representation of color #D4A653: hue angle of 38.6º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4A653 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 166 83 -
CMYK 0 0.22 0.61 0.17
HSL 38.6º 0.6% 0.58% -
HSV(B) 38.6º 0.61% 0.83% -
XYZ 42.35 41.89 14.04 -
YUV 170.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 212 166 83 0 0.22 0.61 0.17 38.6 0.6 0.58
Hex D4 A6 53 0 16 3D 11 27 3C 3A
Octal 324 246 123 0 26 75 21 47 74 72
Binary 11010100 10100110 1010011 0 10110 111101 10001 100111 111100 111010

Color Harmonies of #D4A653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A653

Black with #D4A653

Text Example


Text Example

White with #D4A653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A653; }

 p { color: rgb(212,166,83); }

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

background-color css

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

 a { background-color: rgb(212,166,83); }

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

border-color css

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

 span { border-color: rgb(212,166,83); }

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