Html Css Color HEX #DAAE26 Galliano

📋 copy color: '#DAAE26'

red 218 ◦ green 174 ◦ blue 38

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

Shades of Galliano #DAAE26

Tints of Galliano #DAAE26

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.47%

 BLUE value IS 38 (15.23% from 255) = 8.84%

R = 50.7%
G = 40.47%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAAE26 (or 0xDAAE26) is known color: Galliano. HEX triplet: DA, AE and 26. RGB value is (218,174,38). Sum of RGB (Red+Green+Blue) = 218+174+38=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE26 is #2551D9. Grayscale: #ACACAC. Windows color (decimal): -2445786 or 2535130. OLE color: 2535130.

HSL color Cylindrical-coordinate representation of color #DAAE26: hue angle of 45.33º 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 #DAAE26 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 38 -
CMYK 0 0.20 0.83 0.15
HSL 45.33º 0.71% 0.5% -
HSV(B) 45.33º 0.83% 0.85% -
XYZ 44.4 45.32 8.24 -
YUV 171.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 218 174 38 0 0.20 0.83 0.15 45.33 0.71 0.5
Hex DA AE 26 0 14 53 F 2D 47 32
Octal 332 256 46 0 24 123 17 55 107 62
Binary 11011010 10101110 100110 0 10100 1010011 1111 101101 1000111 110010

Color Harmonies of #DAAE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE26

Black with #DAAE26

Text Example


Text Example

White with #DAAE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE26; }

 p { color: rgb(218,174,38); }

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

background-color css

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

 a { background-color: rgb(218,174,38); }

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

border-color css

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

 span { border-color: rgb(218,174,38); }

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