Html Css Color HEX #DAAE27 Galliano

📋 copy color: '#DAAE27'

red 218 ◦ green 174 ◦ blue 39

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

Shades of Galliano #DAAE27

Tints of Galliano #DAAE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.05%

R = 50.58%
G = 40.37%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAAE27 (or 0xDAAE27) is known color: Galliano. HEX triplet: DA, AE and 27. RGB value is (218,174,39). Sum of RGB (Red+Green+Blue) = 218+174+39=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE27 is #2551D8. Grayscale: #ACACAC. Windows color (decimal): -2445785 or 2600666. OLE color: 2600666.

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

Color convert

RGB 218 174 39 -
CMYK 0 0.20 0.82 0.15
HSL 45.25º 0.71% 0.5% -
HSV(B) 45.25º 0.82% 0.85% -
XYZ 44.42 45.32 8.33 -
YUV 171.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 218 174 39 0 0.20 0.82 0.15 45.25 0.71 0.5
Hex DA AE 27 0 14 52 F 2D 47 32
Octal 332 256 47 0 24 122 17 55 107 62
Binary 11011010 10101110 100111 0 10100 1010010 1111 101101 1000111 110010

Color Harmonies of #DAAE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE27

Black with #DAAE27

Text Example


Text Example

White with #DAAE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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