Html Css Color HEX #DAA125 Galliano

📋 copy color: '#DAA125'

red 218 ◦ green 161 ◦ blue 37

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

Shades of Galliano #DAA125

Tints of Galliano #DAA125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

 BLUE value IS 37 (14.84% from 255) = 8.89%

R = 52.4%
G = 38.7%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAA125 (or 0xDAA125) is known color: Galliano. HEX triplet: DA, A1 and 25. RGB value is (218,161,37). Sum of RGB (Red+Green+Blue) = 218+161+37=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA125 is #255EDA. Grayscale: #A4A4A4. Windows color (decimal): -2449115 or 2466266. OLE color: 2466266.

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

Color convert

RGB 218 161 37 -
CMYK 0 0.26 0.83 0.15
HSL 41.1º 0.71% 0.5% -
HSV(B) 41.1º 0.83% 0.85% -
XYZ 41.99 40.53 7.36 -
YUV 163.91 56.38 166.58 -
System Red Green Blue C M Y K H S L
Decimal 218 161 37 0 0.26 0.83 0.15 41.1 0.71 0.5
Hex DA A1 25 0 1A 53 F 29 47 32
Octal 332 241 45 0 32 123 17 51 107 62
Binary 11011010 10100001 100101 0 11010 1010011 1111 101001 1000111 110010

Color Harmonies of #DAA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA125

Black with #DAA125

Text Example


Text Example

White with #DAA125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA125; }

 p { color: rgb(218,161,37); }

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

background-color css

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

 a { background-color: rgb(218,161,37); }

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

border-color css

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

 span { border-color: rgb(218,161,37); }

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