Html Css Color HEX #D4A05D Apache

📋 copy color: '#D4A05D'

red 212 ◦ green 160 ◦ blue 93

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

Shades of Apache #D4A05D

Tints of Apache #D4A05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 93 (36.72% from 255) = 20%

R = 45.59%
G = 34.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4A05D (or 0xD4A05D) is known color: Apache. HEX triplet: D4, A0 and 5D. RGB value is (212,160,93). Sum of RGB (Red+Green+Blue) = 212+160+93=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A05D is #2B5FA2. Grayscale: #A8A8A8. Windows color (decimal): -2842531 or 6136020. OLE color: 6136020.

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

Color convert

RGB 212 160 93 -
CMYK 0 0.25 0.56 0.17
HSL 33.78º 0.58% 0.6% -
HSV(B) 33.78º 0.56% 0.83% -
XYZ 41.7 39.93 15.87 -
YUV 167.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 212 160 93 0 0.25 0.56 0.17 33.78 0.58 0.6
Hex D4 A0 5D 0 19 38 11 22 3A 3C
Octal 324 240 135 0 31 70 21 42 72 74
Binary 11010100 10100000 1011101 0 11001 111000 10001 100010 111010 111100

Color Harmonies of #D4A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A05D

Black with #D4A05D

Text Example


Text Example

White with #D4A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A05D; }

 p { color: rgb(212,160,93); }

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

background-color css

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

 a { background-color: rgb(212,160,93); }

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

border-color css

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

 span { border-color: rgb(212,160,93); }

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