Html Css Color HEX #DAA028 Galliano

📋 copy color: '#DAA028'

red 218 ◦ green 160 ◦ blue 40

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

Shades of Galliano #DAA028

Tints of Galliano #DAA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 52.15%
G = 38.28%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAA028 (or 0xDAA028) is known color: Galliano. HEX triplet: DA, A0 and 28. RGB value is (218,160,40). Sum of RGB (Red+Green+Blue) = 218+160+40=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA028 is #255FD7. Grayscale: #A4A4A4. Windows color (decimal): -2449368 or 2662618. OLE color: 2662618.

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

Color convert

RGB 218 160 40 -
CMYK 0 0.27 0.82 0.15
HSL 40.45º 0.71% 0.51% -
HSV(B) 40.45º 0.82% 0.85% -
XYZ 41.87 40.2 7.56 -
YUV 163.66 58.22 166.76 -
System Red Green Blue C M Y K H S L
Decimal 218 160 40 0 0.27 0.82 0.15 40.45 0.71 0.51
Hex DA A0 28 0 1B 52 F 28 47 33
Octal 332 240 50 0 33 122 17 50 107 63
Binary 11011010 10100000 101000 0 11011 1010010 1111 101000 1000111 110011

Color Harmonies of #DAA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA028

Black with #DAA028

Text Example


Text Example

White with #DAA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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