Html Css Color HEX #D0A64E Apache

📋 copy color: '#D0A64E'

red 208 ◦ green 166 ◦ blue 78

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

Shades of Apache #D0A64E

Tints of Apache #D0A64E

RGB

 RED value IS 208 (81.64% from 255) = 46.02%

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

 BLUE value IS 78 (30.86% from 255) = 17.26%

R = 46.02%
G = 36.73%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0A64E (or 0xD0A64E) is known color: Apache. HEX triplet: D0, A6 and 4E. RGB value is (208,166,78). Sum of RGB (Red+Green+Blue) = 208+166+78=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A64E is #2F59B1. Grayscale: #A8A8A8. Windows color (decimal): -3103154 or 5154512. OLE color: 5154512.

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

Color convert

RGB 208 166 78 -
CMYK 0 0.20 0.62 0.18
HSL 40.62º 0.58% 0.56% -
HSV(B) 40.62º 0.63% 0.82% -
XYZ 41.02 41.23 13 -
YUV 168.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 208 166 78 0 0.20 0.62 0.18 40.62 0.58 0.56
Hex D0 A6 4E 0 14 3E 12 29 3A 38
Octal 320 246 116 0 24 76 22 51 72 70
Binary 11010000 10100110 1001110 0 10100 111110 10010 101001 111010 111000

Color Harmonies of #D0A64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A64E

Black with #D0A64E

Text Example


Text Example

White with #D0A64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A64E; }

 p { color: rgb(208,166,78); }

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

background-color css

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

 a { background-color: rgb(208,166,78); }

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

border-color css

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

 span { border-color: rgb(208,166,78); }

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