Html Css Color HEX #DAA02A Galliano

📋 copy color: '#DAA02A'

red 218 ◦ green 160 ◦ blue 42

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

Shades of Galliano #DAA02A

Tints of Galliano #DAA02A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 42 (16.8% from 255) = 10%

R = 51.9%
G = 38.1%
B = 10%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAA02A (or 0xDAA02A) is known color: Galliano. HEX triplet: DA, A0 and 2A. RGB value is (218,160,42). Sum of RGB (Red+Green+Blue) = 218+160+42=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA02A is #255FD5. Grayscale: #A4A4A4. Windows color (decimal): -2449366 or 2793690. OLE color: 2793690.

HSL color Cylindrical-coordinate representation of color #DAA02A: hue angle of 40.23º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAA02A is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 42 -
CMYK 0 0.27 0.81 0.15
HSL 40.23º 0.7% 0.51% -
HSV(B) 40.23º 0.81% 0.85% -
XYZ 41.9 40.21 7.74 -
YUV 163.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 218 160 42 0 0.27 0.81 0.15 40.23 0.7 0.51
Hex DA A0 2A 0 1B 51 F 28 46 33
Octal 332 240 52 0 33 121 17 50 106 63
Binary 11011010 10100000 101010 0 11011 1010001 1111 101000 1000110 110011

Color Harmonies of #DAA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA02A

Black with #DAA02A

Text Example


Text Example

White with #DAA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA02A; }

 p { color: rgb(218,160,42); }

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

background-color css

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

 a { background-color: rgb(218,160,42); }

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

border-color css

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

 span { border-color: rgb(218,160,42); }

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