Html Css Color HEX #DA9E25 Galliano

📋 copy color: '#DA9E25'

red 218 ◦ green 158 ◦ blue 37

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

Shades of Galliano #DA9E25

Tints of Galliano #DA9E25

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

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

R = 52.78%
G = 38.26%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA9E25 (or 0xDA9E25) is known color: Galliano. HEX triplet: DA, 9E and 25. RGB value is (218,158,37). Sum of RGB (Red+Green+Blue) = 218+158+37=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9E25 is #2561DA. Grayscale: #A2A2A2. Windows color (decimal): -2449883 or 2465498. OLE color: 2465498.

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

Color convert

RGB 218 158 37 -
CMYK 0 0.28 0.83 0.15
HSL 40.11º 0.71% 0.5% -
HSV(B) 40.11º 0.83% 0.85% -
XYZ 41.47 39.49 7.19 -
YUV 162.15 57.38 167.84 -
System Red Green Blue C M Y K H S L
Decimal 218 158 37 0 0.28 0.83 0.15 40.11 0.71 0.5
Hex DA 9E 25 0 1C 53 F 28 47 32
Octal 332 236 45 0 34 123 17 50 107 62
Binary 11011010 10011110 100101 0 11100 1010011 1111 101000 1000111 110010

Color Harmonies of #DA9E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E25

Black with #DA9E25

Text Example


Text Example

White with #DA9E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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