Html Css Color HEX #DBA823 Galliano

📋 copy color: '#DBA823'

red 219 ◦ green 168 ◦ blue 35

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

Shades of Galliano #DBA823

Tints of Galliano #DBA823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.29%

R = 51.9%
G = 39.81%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA823 (or 0xDBA823) is known color: Galliano. HEX triplet: DB, A8 and 23. RGB value is (219,168,35). Sum of RGB (Red+Green+Blue) = 219+168+35=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA823 is #2457DC. Grayscale: #A8A8A8. Windows color (decimal): -2381789 or 2336987. OLE color: 2336987.

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

Color convert

RGB 219 168 35 -
CMYK 0 0.23 0.84 0.14
HSL 43.37º 0.72% 0.5% -
HSV(B) 43.37º 0.84% 0.86% -
XYZ 43.52 43.19 7.63 -
YUV 168.09 52.9 164.31 -
System Red Green Blue C M Y K H S L
Decimal 219 168 35 0 0.23 0.84 0.14 43.37 0.72 0.5
Hex DB A8 23 0 17 54 E 2B 48 32
Octal 333 250 43 0 27 124 16 53 110 62
Binary 11011011 10101000 100011 0 10111 1010100 1110 101011 1001000 110010

Color Harmonies of #DBA823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA823

Black with #DBA823

Text Example


Text Example

White with #DBA823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA823; }

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

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

background-color css

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

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

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

border-color css

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

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

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