Html Css Color HEX #DAB01E Galliano

📋 copy color: '#DAB01E'

red 218 ◦ green 176 ◦ blue 30

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

Shades of Galliano #DAB01E

Tints of Galliano #DAB01E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 51.42%
G = 41.51%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAB01E (or 0xDAB01E) is known color: Galliano. HEX triplet: DA, B0 and 1E. RGB value is (218,176,30). Sum of RGB (Red+Green+Blue) = 218+176+30=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB01E is #254FE1. Grayscale: #ACACAC. Windows color (decimal): -2445282 or 2011354. OLE color: 2011354.

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

Color convert

RGB 218 176 30 -
CMYK 0 0.19 0.86 0.15
HSL 46.6º 0.76% 0.49% -
HSV(B) 46.6º 0.86% 0.85% -
XYZ 44.67 46.05 7.76 -
YUV 171.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 218 176 30 0 0.19 0.86 0.15 46.6 0.76 0.49
Hex DA B0 1E 0 13 56 F 2F 4C 31
Octal 332 260 36 0 23 126 17 57 114 61
Binary 11011010 10110000 11110 0 10011 1010110 1111 101111 1001100 110001

Color Harmonies of #DAB01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB01E

Black with #DAB01E

Text Example


Text Example

White with #DAB01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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