Html Css Color HEX #DCB000 Gamboge

📋 copy color: '#DCB000'

red 220 ◦ green 176 ◦ blue 0

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

Shades of Gamboge #DCB000

Tints of Gamboge #DCB000

RGB

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

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

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

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCB000 (or 0xDCB000) is known color: Gamboge. HEX triplet: DC, B0 and 00. RGB value is (220,176,0). Sum of RGB (Red+Green+Blue) = 220+176+0=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB000 is #234FFF. Grayscale: #A9A9A9. Windows color (decimal): -2314240 or 45276. OLE color: 45276.

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

Color convert

RGB 220 176 0 -
CMYK 0 0.2 1 0.14
HSL 48º 1% 0.43% -
HSV(B) 48º 1% 0.86% -
XYZ 45.04 46.27 6.56 -
YUV 169.09 32.58 164.31 -
System Red Green Blue C M Y K H S L
Decimal 220 176 0 0 0.2 1 0.14 48 1 0.43
Hex DC B0 0 0 14 64 E 30 64 2B
Octal 334 260 0 0 24 144 16 60 144 53
Binary 11011100 10110000 0 0 10100 1100100 1110 110000 1100100 101011

Color Harmonies of #DCB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB000

Black with #DCB000

Text Example


Text Example

White with #DCB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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