Html Css Color HEX #DAAB29 Galliano

📋 copy color: '#DAAB29'

red 218 ◦ green 171 ◦ blue 41

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

Shades of Galliano #DAAB29

Tints of Galliano #DAAB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.53%

R = 50.7%
G = 39.77%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAAB29 (or 0xDAAB29) is known color: Galliano. HEX triplet: DA, AB and 29. RGB value is (218,171,41). Sum of RGB (Red+Green+Blue) = 218+171+41=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAB29 is #2554D6. Grayscale: #AAAAAA. Windows color (decimal): -2446551 or 2730970. OLE color: 2730970.

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

Color convert

RGB 218 171 41 -
CMYK 0 0.22 0.81 0.15
HSL 44.07º 0.71% 0.51% -
HSV(B) 44.07º 0.81% 0.85% -
XYZ 43.88 44.19 8.32 -
YUV 170.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 218 171 41 0 0.22 0.81 0.15 44.07 0.71 0.51
Hex DA AB 29 0 16 51 F 2C 47 33
Octal 332 253 51 0 26 121 17 54 107 63
Binary 11011010 10101011 101001 0 10110 1010001 1111 101100 1000111 110011

Color Harmonies of #DAAB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB29

Black with #DAAB29

Text Example


Text Example

White with #DAAB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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