Html Css Color HEX #DCB015 Galliano

📋 copy color: '#DCB015'

red 220 ◦ green 176 ◦ blue 21

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

Shades of Galliano #DCB015

Tints of Galliano #DCB015

RGB

 RED value IS 220 (86.33% from 255) = 52.76%

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

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

R = 52.76%
G = 42.21%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB015 (or 0xDCB015) is known color: Galliano. HEX triplet: DC, B0 and 15. RGB value is (220,176,21). Sum of RGB (Red+Green+Blue) = 220+176+21=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB015 is #234FEA. Grayscale: #ACACAC. Windows color (decimal): -2314219 or 1421532. OLE color: 1421532.

HSL color Cylindrical-coordinate representation of color #DCB015: hue angle of 46.73º degrees, saturation: 0.83, 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 #DCB015 is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 21 -
CMYK 0 0.2 0.90 0.14
HSL 46.73º 0.83% 0.47% -
HSV(B) 46.73º 0.9% 0.86% -
XYZ 45.18 46.32 7.27 -
YUV 171.49 43.08 162.6 -
System Red Green Blue C M Y K H S L
Decimal 220 176 21 0 0.2 0.90 0.14 46.73 0.83 0.47
Hex DC B0 15 0 14 5A E 2F 53 2F
Octal 334 260 25 0 24 132 16 57 123 57
Binary 11011100 10110000 10101 0 10100 1011010 1110 101111 1010011 101111

Color Harmonies of #DCB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB015

Black with #DCB015

Text Example


Text Example

White with #DCB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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