Html Css Color HEX #DA9F1E Galliano

📋 copy color: '#DA9F1E'

red 218 ◦ green 159 ◦ blue 30

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

Shades of Galliano #DA9F1E

Tints of Galliano #DA9F1E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

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

R = 53.56%
G = 39.07%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA9F1E (or 0xDA9F1E) is known color: Galliano. HEX triplet: DA, 9F and 1E. RGB value is (218,159,30). Sum of RGB (Red+Green+Blue) = 218+159+30=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9F1E is #2560E1. Grayscale: #A2A2A2. Windows color (decimal): -2449634 or 2007002. OLE color: 2007002.

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

Color convert

RGB 218 159 30 -
CMYK 0 0.27 0.86 0.15
HSL 41.17º 0.76% 0.49% -
HSV(B) 41.17º 0.86% 0.85% -
XYZ 41.55 39.8 6.72 -
YUV 161.94 53.55 167.99 -
System Red Green Blue C M Y K H S L
Decimal 218 159 30 0 0.27 0.86 0.15 41.17 0.76 0.49
Hex DA 9F 1E 0 1B 56 F 29 4C 31
Octal 332 237 36 0 33 126 17 51 114 61
Binary 11011010 10011111 11110 0 11011 1010110 1111 101001 1001100 110001

Color Harmonies of #DA9F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9F1E

Black with #DA9F1E

Text Example


Text Example

White with #DA9F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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