Html Css Color HEX #DBA02C Galliano

📋 copy color: '#DBA02C'

red 219 ◦ green 160 ◦ blue 44

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

Shades of Galliano #DBA02C

Tints of Galliano #DBA02C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 51.77%
G = 37.83%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBA02C (or 0xDBA02C) is known color: Galliano. HEX triplet: DB, A0 and 2C. RGB value is (219,160,44). Sum of RGB (Red+Green+Blue) = 219+160+44=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA02C is #245FD3. Grayscale: #A4A4A4. Windows color (decimal): -2383828 or 2924763. OLE color: 2924763.

HSL color Cylindrical-coordinate representation of color #DBA02C: hue angle of 39.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA02C is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 44 -
CMYK 0 0.27 0.80 0.14
HSL 39.77º 0.71% 0.52% -
HSV(B) 39.77º 0.8% 0.86% -
XYZ 42.24 40.38 7.95 -
YUV 164.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 219 160 44 0 0.27 0.80 0.14 39.77 0.71 0.52
Hex DB A0 2C 0 1B 50 E 28 47 34
Octal 333 240 54 0 33 120 16 50 107 64
Binary 11011011 10100000 101100 0 11011 1010000 1110 101000 1000111 110100

Color Harmonies of #DBA02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA02C

Black with #DBA02C

Text Example


Text Example

White with #DBA02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA02C; }

 p { color: rgb(219,160,44); }

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

background-color css

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

 a { background-color: rgb(219,160,44); }

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

border-color css

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

 span { border-color: rgb(219,160,44); }

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