Html Css Color HEX #D0A653 Apache

📋 copy color: '#D0A653'

red 208 ◦ green 166 ◦ blue 83

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

Shades of Apache #D0A653

Tints of Apache #D0A653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.16%

R = 45.51%
G = 36.32%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D0A653 (or 0xD0A653) is known color: Apache. HEX triplet: D0, A6 and 53. RGB value is (208,166,83). Sum of RGB (Red+Green+Blue) = 208+166+83=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A653 is #2F59AC. Grayscale: #A9A9A9. Windows color (decimal): -3103149 or 5482192. OLE color: 5482192.

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

Color convert

RGB 208 166 83 -
CMYK 0 0.20 0.60 0.18
HSL 39.84º 0.57% 0.57% -
HSV(B) 39.84º 0.6% 0.82% -
XYZ 41.21 41.31 13.98 -
YUV 169.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 208 166 83 0 0.20 0.60 0.18 39.84 0.57 0.57
Hex D0 A6 53 0 14 3C 12 28 39 39
Octal 320 246 123 0 24 74 22 50 71 71
Binary 11010000 10100110 1010011 0 10100 111100 10010 101000 111001 111001

Color Harmonies of #D0A653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A653

Black with #D0A653

Text Example


Text Example

White with #D0A653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A653; }

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

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

background-color css

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

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

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

border-color css

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

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

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