Html Css Color HEX #DBA51B Galliano

📋 copy color: '#DBA51B'

red 219 ◦ green 165 ◦ blue 27

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

Shades of Galliano #DBA51B

Tints of Galliano #DBA51B

RGB

 RED value IS 219 (85.94% from 255) = 53.28%

 GREEN value IS 165 (64.84% from 255) = 40.15%

 BLUE value IS 27 (10.94% from 255) = 6.57%

R = 53.28%
G = 40.15%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBA51B (or 0xDBA51B) is known color: Galliano. HEX triplet: DB, A5 and 1B. RGB value is (219,165,27). Sum of RGB (Red+Green+Blue) = 219+165+27=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA51B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA51B is #245AE4. Grayscale: #A6A6A6. Windows color (decimal): -2382565 or 1811931. OLE color: 1811931.

HSL color Cylindrical-coordinate representation of color #DBA51B: hue angle of 43.12º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBA51B is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 27 -
CMYK 0 0.25 0.88 0.14
HSL 43.13º 0.78% 0.48% -
HSV(B) 43.13º 0.88% 0.86% -
XYZ 42.87 42.05 6.89 -
YUV 165.41 49.89 166.22 -
System Red Green Blue C M Y K H S L
Decimal 219 165 27 0 0.25 0.88 0.14 43.13 0.78 0.48
Hex DB A5 1B 0 19 58 E 2B 4E 30
Octal 333 245 33 0 31 130 16 53 116 60
Binary 11011011 10100101 11011 0 11001 1011000 1110 101011 1001110 110000

Color Harmonies of #DBA51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA51B

Black with #DBA51B

Text Example


Text Example

White with #DBA51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA51B; }

 p { color: rgb(219,165,27); }

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

background-color css

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

 a { background-color: rgb(219,165,27); }

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

border-color css

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

 span { border-color: rgb(219,165,27); }

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