Html Css Color HEX #DAAB20 Galliano

📋 copy color: '#DAAB20'

red 218 ◦ green 171 ◦ blue 32

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

Shades of Galliano #DAAB20

Tints of Galliano #DAAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

 BLUE value IS 32 (12.89% from 255) = 7.6%

R = 51.78%
G = 40.62%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAAB20 (or 0xDAAB20) is known color: Galliano. HEX triplet: DA, AB and 20. RGB value is (218,171,32). Sum of RGB (Red+Green+Blue) = 218+171+32=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAB20 is #2554DF. Grayscale: #A9A9A9. Windows color (decimal): -2446560 or 2141146. OLE color: 2141146.

HSL color Cylindrical-coordinate representation of color #DAAB20: hue angle of 44.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAAB20 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 32 -
CMYK 0 0.22 0.85 0.15
HSL 44.84º 0.74% 0.49% -
HSV(B) 44.84º 0.85% 0.85% -
XYZ 43.74 44.14 7.58 -
YUV 169.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 218 171 32 0 0.22 0.85 0.15 44.84 0.74 0.49
Hex DA AB 20 0 16 55 F 2D 4A 31
Octal 332 253 40 0 26 125 17 55 112 61
Binary 11011010 10101011 100000 0 10110 1010101 1111 101101 1001010 110001

Color Harmonies of #DAAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB20

Black with #DAAB20

Text Example


Text Example

White with #DAAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB20; }

 p { color: rgb(218,171,32); }

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

background-color css

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

 a { background-color: rgb(218,171,32); }

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

border-color css

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

 span { border-color: rgb(218,171,32); }

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