Html Css Color HEX #D4A455 Apache

📋 copy color: '#D4A455'

red 212 ◦ green 164 ◦ blue 85

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

Shades of Apache #D4A455

Tints of Apache #D4A455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 45.99%
G = 35.57%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D4A455 (or 0xD4A455) is known color: Apache. HEX triplet: D4, A4 and 55. RGB value is (212,164,85). Sum of RGB (Red+Green+Blue) = 212+164+85=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A455 is #2B5BAA. Grayscale: #A9A9A9. Windows color (decimal): -2841515 or 5612756. OLE color: 5612756.

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

Color convert

RGB 212 164 85 -
CMYK 0 0.23 0.60 0.17
HSL 37.32º 0.6% 0.58% -
HSV(B) 37.32º 0.6% 0.83% -
XYZ 42.07 41.2 14.33 -
YUV 169.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 212 164 85 0 0.23 0.60 0.17 37.32 0.6 0.58
Hex D4 A4 55 0 17 3C 11 25 3C 3A
Octal 324 244 125 0 27 74 21 45 74 72
Binary 11010100 10100100 1010101 0 10111 111100 10001 100101 111100 111010

Color Harmonies of #D4A455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A455

Black with #D4A455

Text Example


Text Example

White with #D4A455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A455; }

 p { color: rgb(212,164,85); }

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

background-color css

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

 a { background-color: rgb(212,164,85); }

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

border-color css

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

 span { border-color: rgb(212,164,85); }

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