Html Css Color HEX #D0A453 Apache

📋 copy color: '#D0A453'

red 208 ◦ green 164 ◦ blue 83

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

Shades of Apache #D0A453

Tints of Apache #D0A453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

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

R = 45.71%
G = 36.04%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D0A453 (or 0xD0A453) is known color: Apache. HEX triplet: D0, A4 and 53. RGB value is (208,164,83). Sum of RGB (Red+Green+Blue) = 208+164+83=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A453 is #2F5BAC. Grayscale: #A8A8A8. Windows color (decimal): -3103661 or 5481680. OLE color: 5481680.

HSL color Cylindrical-coordinate representation of color #D0A453: hue angle of 38.88º 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 #D0A453 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 164 83 -
CMYK 0 0.21 0.60 0.18
HSL 38.88º 0.57% 0.57% -
HSV(B) 38.88º 0.6% 0.82% -
XYZ 40.85 40.59 13.86 -
YUV 167.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 208 164 83 0 0.21 0.60 0.18 38.88 0.57 0.57
Hex D0 A4 53 0 15 3C 12 27 39 39
Octal 320 244 123 0 25 74 22 47 71 71
Binary 11010000 10100100 1010011 0 10101 111100 10010 100111 111001 111001

Color Harmonies of #D0A453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A453

Black with #D0A453

Text Example


Text Example

White with #D0A453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A453; }

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

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

background-color css

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

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

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

border-color css

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

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

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