Html Css Color HEX #DAAF18 Galliano

📋 copy color: '#DAAF18'

red 218 ◦ green 175 ◦ blue 24

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

Shades of Galliano #DAAF18

Tints of Galliano #DAAF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.97%

 BLUE value IS 24 (9.77% from 255) = 5.76%

R = 52.28%
G = 41.97%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAAF18 (or 0xDAAF18) is known color: Galliano. HEX triplet: DA, AF and 18. RGB value is (218,175,24). Sum of RGB (Red+Green+Blue) = 218+175+24=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAF18 is #2550E7. Grayscale: #ABABAB. Windows color (decimal): -2445544 or 1617882. OLE color: 1617882.

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

Color convert

RGB 218 175 24 -
CMYK 0 0.20 0.89 0.15
HSL 46.7º 0.8% 0.47% -
HSV(B) 46.7º 0.89% 0.85% -
XYZ 44.41 45.63 7.33 -
YUV 170.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 218 175 24 0 0.20 0.89 0.15 46.7 0.8 0.47
Hex DA AF 18 0 14 59 F 2F 50 2F
Octal 332 257 30 0 24 131 17 57 120 57
Binary 11011010 10101111 11000 0 10100 1011001 1111 101111 1010000 101111

Color Harmonies of #DAAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF18

Black with #DAAF18

Text Example


Text Example

White with #DAAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF18; }

 p { color: rgb(218,175,24); }

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

background-color css

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

 a { background-color: rgb(218,175,24); }

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

border-color css

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

 span { border-color: rgb(218,175,24); }

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