Html Css Color HEX #D4A364 Apache

📋 copy color: '#D4A364'

red 212 ◦ green 163 ◦ blue 100

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

Shades of Apache #D4A364

Tints of Apache #D4A364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 44.63%
G = 34.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4A364 (or 0xD4A364) is known color: Apache. HEX triplet: D4, A3 and 64. RGB value is (212,163,100). Sum of RGB (Red+Green+Blue) = 212+163+100=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A364 is #2B5C9B. Grayscale: #AAAAAA. Windows color (decimal): -2841756 or 6595540. OLE color: 6595540.

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

Color convert

RGB 212 163 100 -
CMYK 0 0.23 0.53 0.17
HSL 33.75º 0.57% 0.61% -
HSV(B) 33.75º 0.53% 0.83% -
XYZ 42.55 41.11 17.75 -
YUV 170.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 212 163 100 0 0.23 0.53 0.17 33.75 0.57 0.61
Hex D4 A3 64 0 17 35 11 22 39 3D
Octal 324 243 144 0 27 65 21 42 71 75
Binary 11010100 10100011 1100100 0 10111 110101 10001 100010 111001 111101

Color Harmonies of #D4A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A364

Black with #D4A364

Text Example


Text Example

White with #D4A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A364; }

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

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

background-color css

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

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

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

border-color css

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

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

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