Html Css Color HEX #D4A251 Apache

📋 copy color: '#D4A251'

red 212 ◦ green 162 ◦ blue 81

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

Shades of Apache #D4A251

Tints of Apache #D4A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

 BLUE value IS 81 (32.03% from 255) = 17.8%

R = 46.59%
G = 35.6%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D4A251 (or 0xD4A251) is known color: Apache. HEX triplet: D4, A2 and 51. RGB value is (212,162,81). Sum of RGB (Red+Green+Blue) = 212+162+81=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A251 is #2B5DAE. Grayscale: #A8A8A8. Windows color (decimal): -2842031 or 5350100. OLE color: 5350100.

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

Color convert

RGB 212 162 81 -
CMYK 0 0.24 0.62 0.17
HSL 37.1º 0.6% 0.57% -
HSV(B) 37.1º 0.62% 0.83% -
XYZ 41.56 40.43 13.4 -
YUV 167.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 212 162 81 0 0.24 0.62 0.17 37.1 0.6 0.57
Hex D4 A2 51 0 18 3E 11 25 3C 39
Octal 324 242 121 0 30 76 21 45 74 71
Binary 11010100 10100010 1010001 0 11000 111110 10001 100101 111100 111001

Color Harmonies of #D4A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A251

Black with #D4A251

Text Example


Text Example

White with #D4A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A251; }

 p { color: rgb(212,162,81); }

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

background-color css

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

 a { background-color: rgb(212,162,81); }

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

border-color css

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

 span { border-color: rgb(212,162,81); }

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