Html Css Color HEX #D2A64F Apache

📋 copy color: '#D2A64F'

red 210 ◦ green 166 ◦ blue 79

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

Shades of Apache #D2A64F

Tints of Apache #D2A64F

RGB

 RED value IS 210 (82.42% from 255) = 46.15%

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

 BLUE value IS 79 (31.25% from 255) = 17.36%

R = 46.15%
G = 36.48%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2A64F (or 0xD2A64F) is known color: Apache. HEX triplet: D2, A6 and 4F. RGB value is (210,166,79). Sum of RGB (Red+Green+Blue) = 210+166+79=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A64F is #2D59B0. Grayscale: #A9A9A9. Windows color (decimal): -2972081 or 5220050. OLE color: 5220050.

HSL color Cylindrical-coordinate representation of color #D2A64F: hue angle of 39.85º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2A64F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 79 -
CMYK 0 0.21 0.62 0.18
HSL 39.85º 0.59% 0.57% -
HSV(B) 39.85º 0.62% 0.82% -
XYZ 41.63 41.54 13.22 -
YUV 169.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 210 166 79 0 0.21 0.62 0.18 39.85 0.59 0.57
Hex D2 A6 4F 0 15 3E 12 28 3B 39
Octal 322 246 117 0 25 76 22 50 73 71
Binary 11010010 10100110 1001111 0 10101 111110 10010 101000 111011 111001

Color Harmonies of #D2A64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A64F

Black with #D2A64F

Text Example


Text Example

White with #D2A64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A64F; }

 p { color: rgb(210,166,79); }

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

background-color css

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

 a { background-color: rgb(210,166,79); }

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

border-color css

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

 span { border-color: rgb(210,166,79); }

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