Html Css Color HEX #DA9D1E Galliano

📋 copy color: '#DA9D1E'

red 218 ◦ green 157 ◦ blue 30

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

Shades of Galliano #DA9D1E

Tints of Galliano #DA9D1E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.77%

 BLUE value IS 30 (12.11% from 255) = 7.41%

R = 53.83%
G = 38.77%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA9D1E (or 0xDA9D1E) is known color: Galliano. HEX triplet: DA, 9D and 1E. RGB value is (218,157,30). Sum of RGB (Red+Green+Blue) = 218+157+30=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9D1E is #2562E1. Grayscale: #A1A1A1. Windows color (decimal): -2450146 or 2006490. OLE color: 2006490.

HSL color Cylindrical-coordinate representation of color #DA9D1E: hue angle of 40.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA9D1E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 157 30 -
CMYK 0 0.28 0.86 0.15
HSL 40.53º 0.76% 0.49% -
HSV(B) 40.53º 0.86% 0.85% -
XYZ 41.2 39.11 6.61 -
YUV 160.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 218 157 30 0 0.28 0.86 0.15 40.53 0.76 0.49
Hex DA 9D 1E 0 1C 56 F 29 4C 31
Octal 332 235 36 0 34 126 17 51 114 61
Binary 11011010 10011101 11110 0 11100 1010110 1111 101001 1001100 110001

Color Harmonies of #DA9D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D1E

Black with #DA9D1E

Text Example


Text Example

White with #DA9D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D1E; }

 p { color: rgb(218,157,30); }

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

background-color css

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

 a { background-color: rgb(218,157,30); }

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

border-color css

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

 span { border-color: rgb(218,157,30); }

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