Html Css Color HEX #DBA81C Galliano

📋 copy color: '#DBA81C'

red 219 ◦ green 168 ◦ blue 28

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

Shades of Galliano #DBA81C

Tints of Galliano #DBA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

 BLUE value IS 28 (11.33% from 255) = 6.75%

R = 52.77%
G = 40.48%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA81C (or 0xDBA81C) is known color: Galliano. HEX triplet: DB, A8 and 1C. RGB value is (219,168,28). Sum of RGB (Red+Green+Blue) = 219+168+28=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA81C is #2457E3. Grayscale: #A7A7A7. Windows color (decimal): -2381796 or 1878235. OLE color: 1878235.

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

Color convert

RGB 219 168 28 -
CMYK 0 0.23 0.87 0.14
HSL 43.98º 0.77% 0.48% -
HSV(B) 43.98º 0.87% 0.86% -
XYZ 43.43 43.15 7.14 -
YUV 167.29 49.4 164.88 -
System Red Green Blue C M Y K H S L
Decimal 219 168 28 0 0.23 0.87 0.14 43.98 0.77 0.48
Hex DB A8 1C 0 17 57 E 2C 4D 30
Octal 333 250 34 0 27 127 16 54 115 60
Binary 11011011 10101000 11100 0 10111 1010111 1110 101100 1001101 110000

Color Harmonies of #DBA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA81C

Black with #DBA81C

Text Example


Text Example

White with #DBA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA81C; }

 p { color: rgb(219,168,28); }

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

background-color css

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

 a { background-color: rgb(219,168,28); }

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

border-color css

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

 span { border-color: rgb(219,168,28); }

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