Html Css Color HEX #D4A05B Apache

📋 copy color: '#D4A05B'

red 212 ◦ green 160 ◦ blue 91

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

Shades of Apache #D4A05B

Tints of Apache #D4A05B

RGB

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

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

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

R = 45.79%
G = 34.56%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4A05B (or 0xD4A05B) is known color: Apache. HEX triplet: D4, A0 and 5B. RGB value is (212,160,91). Sum of RGB (Red+Green+Blue) = 212+160+91=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A05B is #2B5FA4. Grayscale: #A8A8A8. Windows color (decimal): -2842533 or 6004948. OLE color: 6004948.

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

Color convert

RGB 212 160 91 -
CMYK 0 0.25 0.57 0.17
HSL 34.21º 0.58% 0.59% -
HSV(B) 34.21º 0.57% 0.83% -
XYZ 41.61 39.89 15.4 -
YUV 167.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 212 160 91 0 0.25 0.57 0.17 34.21 0.58 0.59
Hex D4 A0 5B 0 19 39 11 22 3A 3B
Octal 324 240 133 0 31 71 21 42 72 73
Binary 11010100 10100000 1011011 0 11001 111001 10001 100010 111010 111011

Color Harmonies of #D4A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A05B

Black with #D4A05B

Text Example


Text Example

White with #D4A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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