Html Css Color HEX #D4A051 Apache

📋 copy color: '#D4A051'

red 212 ◦ green 160 ◦ blue 81

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

Shades of Apache #D4A051

Tints of Apache #D4A051

RGB

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

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

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

R = 46.8%
G = 35.32%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D4A051 (or 0xD4A051) is known color: Apache. HEX triplet: D4, A0 and 51. RGB value is (212,160,81). Sum of RGB (Red+Green+Blue) = 212+160+81=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A051 is #2B5FAE. Grayscale: #A6A6A6. Windows color (decimal): -2842543 or 5349588. OLE color: 5349588.

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

Color convert

RGB 212 160 81 -
CMYK 0 0.25 0.62 0.17
HSL 36.18º 0.6% 0.57% -
HSV(B) 36.18º 0.62% 0.83% -
XYZ 41.21 39.73 13.28 -
YUV 166.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 212 160 81 0 0.25 0.62 0.17 36.18 0.6 0.57
Hex D4 A0 51 0 19 3E 11 24 3C 39
Octal 324 240 121 0 31 76 21 44 74 71
Binary 11010100 10100000 1010001 0 11001 111110 10001 100100 111100 111001

Color Harmonies of #D4A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A051

Black with #D4A051

Text Example


Text Example

White with #D4A051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A051; }

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

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

background-color css

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

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

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

border-color css

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

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

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