Html Css Color HEX #DBA330 Galliano

📋 copy color: '#DBA330'

red 219 ◦ green 163 ◦ blue 48

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

Shades of Galliano #DBA330

Tints of Galliano #DBA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

 BLUE value IS 48 (19.14% from 255) = 11.16%

R = 50.93%
G = 37.91%
B = 11.16%

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

#DBA330 (or 0xDBA330) is known color: Galliano. HEX triplet: DB, A3 and 30. RGB value is (219,163,48). Sum of RGB (Red+Green+Blue) = 219+163+48=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA330 is #245CCF. Grayscale: #A7A7A7. Windows color (decimal): -2383056 or 3187675. OLE color: 3187675.

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

Color convert

RGB 219 163 48 -
CMYK 0 0.26 0.78 0.14
HSL 40.35º 0.7% 0.52% -
HSV(B) 40.35º 0.78% 0.86% -
XYZ 42.84 41.47 8.54 -
YUV 166.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 219 163 48 0 0.26 0.78 0.14 40.35 0.7 0.52
Hex DB A3 30 0 1A 4E E 28 46 34
Octal 333 243 60 0 32 116 16 50 106 64
Binary 11011011 10100011 110000 0 11010 1001110 1110 101000 1000110 110100

Color Harmonies of #DBA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA330

Black with #DBA330

Text Example


Text Example

White with #DBA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA330; }

 p { color: rgb(219,163,48); }

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

background-color css

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

 a { background-color: rgb(219,163,48); }

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

border-color css

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

 span { border-color: rgb(219,163,48); }

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