Html Css Color HEX #D4A953 Apache

📋 copy color: '#D4A953'

red 212 ◦ green 169 ◦ blue 83

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

Shades of Apache #D4A953

Tints of Apache #D4A953

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.42%

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

R = 45.69%
G = 36.42%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D4A953 (or 0xD4A953) is known color: Apache. HEX triplet: D4, A9 and 53. RGB value is (212,169,83). Sum of RGB (Red+Green+Blue) = 212+169+83=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A953 is #2B56AC. Grayscale: #ACACAC. Windows color (decimal): -2840237 or 5482964. OLE color: 5482964.

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

Color convert

RGB 212 169 83 -
CMYK 0 0.20 0.61 0.17
HSL 40º 0.6% 0.58% -
HSV(B) 40º 0.61% 0.83% -
XYZ 42.9 43 14.22 -
YUV 172.05 77.75 156.49 -
System Red Green Blue C M Y K H S L
Decimal 212 169 83 0 0.20 0.61 0.17 40 0.6 0.58
Hex D4 A9 53 0 14 3D 11 28 3C 3A
Octal 324 251 123 0 24 75 21 50 74 72
Binary 11010100 10101001 1010011 0 10100 111101 10001 101000 111100 111010

Color Harmonies of #D4A953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A953

Black with #D4A953

Text Example


Text Example

White with #D4A953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A953; }

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

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

background-color css

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

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

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

border-color css

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

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

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