Html Css Color HEX #DAA227 Galliano

📋 copy color: '#DAA227'

red 218 ◦ green 162 ◦ blue 39

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

Shades of Galliano #DAA227

Tints of Galliano #DAA227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

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

R = 52.03%
G = 38.66%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAA227 (or 0xDAA227) is known color: Galliano. HEX triplet: DA, A2 and 27. RGB value is (218,162,39). Sum of RGB (Red+Green+Blue) = 218+162+39=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA227 is #255DD8. Grayscale: #A5A5A5. Windows color (decimal): -2448857 or 2597594. OLE color: 2597594.

HSL color Cylindrical-coordinate representation of color #DAA227: hue angle of 41.23º 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 #DAA227 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 39 -
CMYK 0 0.26 0.82 0.15
HSL 41.23º 0.71% 0.5% -
HSV(B) 41.23º 0.82% 0.85% -
XYZ 42.2 40.89 7.59 -
YUV 164.72 57.05 166 -
System Red Green Blue C M Y K H S L
Decimal 218 162 39 0 0.26 0.82 0.15 41.23 0.71 0.5
Hex DA A2 27 0 1A 52 F 29 47 32
Octal 332 242 47 0 32 122 17 51 107 62
Binary 11011010 10100010 100111 0 11010 1010010 1111 101001 1000111 110010

Color Harmonies of #DAA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA227

Black with #DAA227

Text Example


Text Example

White with #DAA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA227; }

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

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

background-color css

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

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

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

border-color css

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

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

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