Html Css Color HEX #DAAD28 Galliano

📋 copy color: '#DAAD28'

red 218 ◦ green 173 ◦ blue 40

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

Shades of Galliano #DAAD28

Tints of Galliano #DAAD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 40 (16.02% from 255) = 9.28%

R = 50.58%
G = 40.14%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAAD28 (or 0xDAAD28) is known color: Galliano. HEX triplet: DA, AD and 28. RGB value is (218,173,40). Sum of RGB (Red+Green+Blue) = 218+173+40=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD28 is #2552D7. Grayscale: #ABABAB. Windows color (decimal): -2446040 or 2665946. OLE color: 2665946.

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

Color convert

RGB 218 173 40 -
CMYK 0 0.21 0.82 0.15
HSL 44.83º 0.71% 0.51% -
HSV(B) 44.83º 0.82% 0.85% -
XYZ 44.24 44.95 8.35 -
YUV 171.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 218 173 40 0 0.21 0.82 0.15 44.83 0.71 0.51
Hex DA AD 28 0 15 52 F 2D 47 33
Octal 332 255 50 0 25 122 17 55 107 63
Binary 11011010 10101101 101000 0 10101 1010010 1111 101101 1000111 110011

Color Harmonies of #DAAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD28

Black with #DAAD28

Text Example


Text Example

White with #DAAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD28; }

 p { color: rgb(218,173,40); }

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

background-color css

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

 a { background-color: rgb(218,173,40); }

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

border-color css

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

 span { border-color: rgb(218,173,40); }

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