Html Css Color HEX #DBA223 Galliano

📋 copy color: '#DBA223'

red 219 ◦ green 162 ◦ blue 35

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

Shades of Galliano #DBA223

Tints of Galliano #DBA223

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.94%

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

R = 52.64%
G = 38.94%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA223 (or 0xDBA223) is known color: Galliano. HEX triplet: DB, A2 and 23. RGB value is (219,162,35). Sum of RGB (Red+Green+Blue) = 219+162+35=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA223 is #245DDC. Grayscale: #A5A5A5. Windows color (decimal): -2383325 or 2335451. OLE color: 2335451.

HSL color Cylindrical-coordinate representation of color #DBA223: hue angle of 41.41º 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 #DBA223 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 162 35 -
CMYK 0 0.26 0.84 0.14
HSL 41.41º 0.72% 0.5% -
HSV(B) 41.41º 0.84% 0.86% -
XYZ 42.44 41.02 7.27 -
YUV 164.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 219 162 35 0 0.26 0.84 0.14 41.41 0.72 0.5
Hex DB A2 23 0 1A 54 E 29 48 32
Octal 333 242 43 0 32 124 16 51 110 62
Binary 11011011 10100010 100011 0 11010 1010100 1110 101001 1001000 110010

Color Harmonies of #DBA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA223

Black with #DBA223

Text Example


Text Example

White with #DBA223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA223; }

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

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

background-color css

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

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

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

border-color css

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

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

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