Html Css Color HEX #D4A058 Apache

📋 copy color: '#D4A058'

red 212 ◦ green 160 ◦ blue 88

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

Shades of Apache #D4A058

Tints of Apache #D4A058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.13%

R = 46.09%
G = 34.78%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4A058 (or 0xD4A058) is known color: Apache. HEX triplet: D4, A0 and 58. RGB value is (212,160,88). Sum of RGB (Red+Green+Blue) = 212+160+88=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A058 is #2B5FA7. Grayscale: #A7A7A7. Windows color (decimal): -2842536 or 5808340. OLE color: 5808340.

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

Color convert

RGB 212 160 88 -
CMYK 0 0.25 0.58 0.17
HSL 34.84º 0.59% 0.59% -
HSV(B) 34.84º 0.58% 0.83% -
XYZ 41.48 39.84 14.74 -
YUV 167.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 212 160 88 0 0.25 0.58 0.17 34.84 0.59 0.59
Hex D4 A0 58 0 19 3A 11 23 3B 3B
Octal 324 240 130 0 31 72 21 43 73 73
Binary 11010100 10100000 1011000 0 11001 111010 10001 100011 111011 111011

Color Harmonies of #D4A058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A058

Black with #D4A058

Text Example


Text Example

White with #D4A058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A058; }

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

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

background-color css

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

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

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

border-color css

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

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

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