Html Css Color HEX #DBB015 Galliano

📋 copy color: '#DBB015'

red 219 ◦ green 176 ◦ blue 21

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

Shades of Galliano #DBB015

Tints of Galliano #DBB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 21 (8.59% from 255) = 5.05%

R = 52.64%
G = 42.31%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBB015 (or 0xDBB015) is known color: Galliano. HEX triplet: DB, B0 and 15. RGB value is (219,176,21). Sum of RGB (Red+Green+Blue) = 219+176+21=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB015 is #244FEA. Grayscale: #ABABAB. Windows color (decimal): -2379755 or 1421531. OLE color: 1421531.

HSL color Cylindrical-coordinate representation of color #DBB015: hue angle of 46.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBB015 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 21 -
CMYK 0 0.20 0.90 0.14
HSL 46.97º 0.83% 0.47% -
HSV(B) 46.97º 0.9% 0.86% -
XYZ 44.87 46.16 7.26 -
YUV 171.19 43.25 162.1 -
System Red Green Blue C M Y K H S L
Decimal 219 176 21 0 0.20 0.90 0.14 46.97 0.83 0.47
Hex DB B0 15 0 14 5A E 2F 52 2F
Octal 333 260 25 0 24 132 16 57 122 57
Binary 11011011 10110000 10101 0 10100 1011010 1110 101111 1010010 101111

Color Harmonies of #DBB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB015

Black with #DBB015

Text Example


Text Example

White with #DBB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB015; }

 p { color: rgb(219,176,21); }

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

background-color css

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

 a { background-color: rgb(219,176,21); }

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

border-color css

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

 span { border-color: rgb(219,176,21); }

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