Html Css Color HEX #DBA231 Galliano

📋 copy color: '#DBA231'

red 219 ◦ green 162 ◦ blue 49

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

Shades of Galliano #DBA231

Tints of Galliano #DBA231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.4%

R = 50.93%
G = 37.67%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBA231 (or 0xDBA231) is known color: Galliano. HEX triplet: DB, A2 and 31. RGB value is (219,162,49). Sum of RGB (Red+Green+Blue) = 219+162+49=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA231 is #245DCE. Grayscale: #A6A6A6. Windows color (decimal): -2383311 or 3252955. OLE color: 3252955.

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

Color convert

RGB 219 162 49 -
CMYK 0 0.26 0.78 0.14
HSL 39.88º 0.7% 0.53% -
HSV(B) 39.88º 0.78% 0.86% -
XYZ 42.69 41.12 8.59 -
YUV 166.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 219 162 49 0 0.26 0.78 0.14 39.88 0.7 0.53
Hex DB A2 31 0 1A 4E E 28 46 35
Octal 333 242 61 0 32 116 16 50 106 65
Binary 11011011 10100010 110001 0 11010 1001110 1110 101000 1000110 110101

Color Harmonies of #DBA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA231

Black with #DBA231

Text Example


Text Example

White with #DBA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA231; }

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

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

background-color css

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

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

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

border-color css

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

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

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