Html Css Color HEX #DA9F28 Galliano

📋 copy color: '#DA9F28'

red 218 ◦ green 159 ◦ blue 40

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

Shades of Galliano #DA9F28

Tints of Galliano #DA9F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.59%

R = 52.28%
G = 38.13%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA9F28 (or 0xDA9F28) is known color: Galliano. HEX triplet: DA, 9F and 28. RGB value is (218,159,40). Sum of RGB (Red+Green+Blue) = 218+159+40=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9F28 is #2560D7. Grayscale: #A3A3A3. Windows color (decimal): -2449624 or 2662362. OLE color: 2662362.

HSL color Cylindrical-coordinate representation of color #DA9F28: hue angle of 40.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA9F28 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 40 -
CMYK 0 0.27 0.82 0.15
HSL 40.11º 0.71% 0.51% -
HSV(B) 40.11º 0.82% 0.85% -
XYZ 41.69 39.85 7.5 -
YUV 163.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 218 159 40 0 0.27 0.82 0.15 40.11 0.71 0.51
Hex DA 9F 28 0 1B 52 F 28 47 33
Octal 332 237 50 0 33 122 17 50 107 63
Binary 11011010 10011111 101000 0 11011 1010010 1111 101000 1000111 110011

Color Harmonies of #DA9F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9F28

Black with #DA9F28

Text Example


Text Example

White with #DA9F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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