Html Css Color HEX #DCB100 Gamboge

📋 copy color: '#DCB100'

red 220 ◦ green 177 ◦ blue 0

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

Shades of Gamboge #DCB100

Tints of Gamboge #DCB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.42%
G = 44.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCB100 (or 0xDCB100) is known color: Gamboge. HEX triplet: DC, B1 and 00. RGB value is (220,177,0). Sum of RGB (Red+Green+Blue) = 220+177+0=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB100 is #234EFF. Grayscale: #AAAAAA. Windows color (decimal): -2313984 or 45532. OLE color: 45532.

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

Color convert

RGB 220 177 0 -
CMYK 0 0.20 1 0.14
HSL 48.27º 1% 0.43% -
HSV(B) 48.27º 1% 0.86% -
XYZ 45.24 46.66 6.62 -
YUV 169.68 32.25 163.89 -
System Red Green Blue C M Y K H S L
Decimal 220 177 0 0 0.20 1 0.14 48.27 1 0.43
Hex DC B1 0 0 14 64 E 30 64 2B
Octal 334 261 0 0 24 144 16 60 144 53
Binary 11011100 10110001 0 0 10100 1100100 1110 110000 1100100 101011

Color Harmonies of #DCB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB100

Black with #DCB100

Text Example


Text Example

White with #DCB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB100; }

 p { color: rgb(220,177,0); }

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

background-color css

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

 a { background-color: rgb(220,177,0); }

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

border-color css

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

 span { border-color: rgb(220,177,0); }

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