Html Css Color HEX #D4A658 Apache

📋 copy color: '#D4A658'

red 212 ◦ green 166 ◦ blue 88

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

Shades of Apache #D4A658

Tints of Apache #D4A658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

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

R = 45.49%
G = 35.62%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4A658 (or 0xD4A658) is known color: Apache. HEX triplet: D4, A6 and 58. RGB value is (212,166,88). Sum of RGB (Red+Green+Blue) = 212+166+88=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A658 is #2B59A7. Grayscale: #ABABAB. Windows color (decimal): -2841000 or 5809876. OLE color: 5809876.

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

Color convert

RGB 212 166 88 -
CMYK 0 0.22 0.58 0.17
HSL 37.74º 0.59% 0.59% -
HSV(B) 37.74º 0.58% 0.83% -
XYZ 42.55 41.97 15.09 -
YUV 170.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 212 166 88 0 0.22 0.58 0.17 37.74 0.59 0.59
Hex D4 A6 58 0 16 3A 11 26 3B 3B
Octal 324 246 130 0 26 72 21 46 73 73
Binary 11010100 10100110 1011000 0 10110 111010 10001 100110 111011 111011

Color Harmonies of #D4A658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A658

Black with #D4A658

Text Example


Text Example

White with #D4A658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A658; }

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

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

background-color css

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

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

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

border-color css

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

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

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