Html Css Color HEX #D4A85B Apache

📋 copy color: '#D4A85B'

red 212 ◦ green 168 ◦ blue 91

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

Shades of Apache #D4A85B

Tints of Apache #D4A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 91 (35.94% from 255) = 19.32%

R = 45.01%
G = 35.67%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4A85B (or 0xD4A85B) is known color: Apache. HEX triplet: D4, A8 and 5B. RGB value is (212,168,91). Sum of RGB (Red+Green+Blue) = 212+168+91=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A85B is #2B57A4. Grayscale: #ACACAC. Windows color (decimal): -2840485 or 6006996. OLE color: 6006996.

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

Color convert

RGB 212 168 91 -
CMYK 0 0.21 0.57 0.17
HSL 38.18º 0.58% 0.59% -
HSV(B) 38.18º 0.57% 0.83% -
XYZ 43.04 42.76 15.88 -
YUV 172.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 212 168 91 0 0.21 0.57 0.17 38.18 0.58 0.59
Hex D4 A8 5B 0 15 39 11 26 3A 3B
Octal 324 250 133 0 25 71 21 46 72 73
Binary 11010100 10101000 1011011 0 10101 111001 10001 100110 111010 111011

Color Harmonies of #D4A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A85B

Black with #D4A85B

Text Example


Text Example

White with #D4A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A85B; }

 p { color: rgb(212,168,91); }

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

background-color css

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

 a { background-color: rgb(212,168,91); }

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

border-color css

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

 span { border-color: rgb(212,168,91); }

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