Html Css Color HEX #DAA45B Apache

📋 copy color: '#DAA45B'

red 218 ◦ green 164 ◦ blue 91

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

Shades of Apache #DAA45B

Tints of Apache #DAA45B

RGB

 RED value IS 218 (85.55% from 255) = 46.09%

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

 BLUE value IS 91 (35.94% from 255) = 19.24%

R = 46.09%
G = 34.67%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAA45B (or 0xDAA45B) is known color: Apache. HEX triplet: DA, A4 and 5B. RGB value is (218,164,91). Sum of RGB (Red+Green+Blue) = 218+164+91=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA45B is #255BA4. Grayscale: #ACACAC. Windows color (decimal): -2448293 or 6005978. OLE color: 6005978.

HSL color Cylindrical-coordinate representation of color #DAA45B: hue angle of 34.49º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAA45B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 91 -
CMYK 0 0.25 0.58 0.15
HSL 34.49º 0.63% 0.61% -
HSV(B) 34.49º 0.58% 0.85% -
XYZ 44.08 42.21 15.72 -
YUV 171.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 218 164 91 0 0.25 0.58 0.15 34.49 0.63 0.61
Hex DA A4 5B 0 19 3A F 22 3F 3D
Octal 332 244 133 0 31 72 17 42 77 75
Binary 11011010 10100100 1011011 0 11001 111010 1111 100010 111111 111101

Color Harmonies of #DAA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA45B

Black with #DAA45B

Text Example


Text Example

White with #DAA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA45B; }

 p { color: rgb(218,164,91); }

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

background-color css

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

 a { background-color: rgb(218,164,91); }

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

border-color css

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

 span { border-color: rgb(218,164,91); }

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