Html Css Color HEX #DAA61B Galliano

📋 copy color: '#DAA61B'

red 218 ◦ green 166 ◦ blue 27

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

Shades of Galliano #DAA61B

Tints of Galliano #DAA61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

 BLUE value IS 27 (10.94% from 255) = 6.57%

R = 53.04%
G = 40.39%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAA61B (or 0xDAA61B) is known color: Galliano. HEX triplet: DA, A6 and 1B. RGB value is (218,166,27). Sum of RGB (Red+Green+Blue) = 218+166+27=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA61B is #2559E4. Grayscale: #A6A6A6. Windows color (decimal): -2447845 or 1812186. OLE color: 1812186.

HSL color Cylindrical-coordinate representation of color #DAA61B: hue angle of 43.66º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAA61B is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 166 27 -
CMYK 0 0.24 0.88 0.15
HSL 43.66º 0.78% 0.48% -
HSV(B) 43.66º 0.88% 0.85% -
XYZ 42.75 42.26 6.94 -
YUV 165.7 49.73 165.3 -
System Red Green Blue C M Y K H S L
Decimal 218 166 27 0 0.24 0.88 0.15 43.66 0.78 0.48
Hex DA A6 1B 0 18 58 F 2C 4E 30
Octal 332 246 33 0 30 130 17 54 116 60
Binary 11011010 10100110 11011 0 11000 1011000 1111 101100 1001110 110000

Color Harmonies of #DAA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA61B

Black with #DAA61B

Text Example


Text Example

White with #DAA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA61B; }

 p { color: rgb(218,166,27); }

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

background-color css

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

 a { background-color: rgb(218,166,27); }

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

border-color css

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

 span { border-color: rgb(218,166,27); }

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