Html Css Color HEX #DAAD25 Galliano

📋 copy color: '#DAAD25'

red 218 ◦ green 173 ◦ blue 37

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

Shades of Galliano #DAAD25

Tints of Galliano #DAAD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.64%

R = 50.93%
G = 40.42%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAAD25 (or 0xDAAD25) is known color: Galliano. HEX triplet: DA, AD and 25. RGB value is (218,173,37). Sum of RGB (Red+Green+Blue) = 218+173+37=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD25 is #2552DA. Grayscale: #ABABAB. Windows color (decimal): -2446043 or 2469338. OLE color: 2469338.

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

Color convert

RGB 218 173 37 -
CMYK 0 0.21 0.83 0.15
HSL 45.08º 0.71% 0.5% -
HSV(B) 45.08º 0.83% 0.85% -
XYZ 44.19 44.93 8.09 -
YUV 170.95 52.41 161.56 -
System Red Green Blue C M Y K H S L
Decimal 218 173 37 0 0.21 0.83 0.15 45.08 0.71 0.5
Hex DA AD 25 0 15 53 F 2D 47 32
Octal 332 255 45 0 25 123 17 55 107 62
Binary 11011010 10101101 100101 0 10101 1010011 1111 101101 1000111 110010

Color Harmonies of #DAAD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD25

Black with #DAAD25

Text Example


Text Example

White with #DAAD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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