Html Css Color HEX #DAA027 Galliano

📋 copy color: '#DAA027'

red 218 ◦ green 160 ◦ blue 39

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

Shades of Galliano #DAA027

Tints of Galliano #DAA027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.35%

R = 52.28%
G = 38.37%
B = 9.35%

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

#DAA027 (or 0xDAA027) is known color: Galliano. HEX triplet: DA, A0 and 27. RGB value is (218,160,39). Sum of RGB (Red+Green+Blue) = 218+160+39=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA027 is #255FD8. Grayscale: #A4A4A4. Windows color (decimal): -2449369 or 2597082. OLE color: 2597082.

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

Color convert

RGB 218 160 39 -
CMYK 0 0.27 0.82 0.15
HSL 40.56º 0.71% 0.5% -
HSV(B) 40.56º 0.82% 0.85% -
XYZ 41.85 40.19 7.47 -
YUV 163.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 218 160 39 0 0.27 0.82 0.15 40.56 0.71 0.5
Hex DA A0 27 0 1B 52 F 29 47 32
Octal 332 240 47 0 33 122 17 51 107 62
Binary 11011010 10100000 100111 0 11011 1010010 1111 101001 1000111 110010

Color Harmonies of #DAA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA027

Black with #DAA027

Text Example


Text Example

White with #DAA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA027; }

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

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

background-color css

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

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

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

border-color css

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

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

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