Html Css Color HEX #DCB003 Gamboge

📋 copy color: '#DCB003'

red 220 ◦ green 176 ◦ blue 3

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

Shades of Gamboge #DCB003

Tints of Gamboge #DCB003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 55.14%
G = 44.11%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCB003 (or 0xDCB003) is known color: Gamboge. HEX triplet: DC, B0 and 03. RGB value is (220,176,3). Sum of RGB (Red+Green+Blue) = 220+176+3=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB003 is #234FFC. Grayscale: #AAAAAA. Windows color (decimal): -2314237 or 241884. OLE color: 241884.

HSL color Cylindrical-coordinate representation of color #DCB003: hue angle of 47.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCB003 is Cyan = 0, Magento = 0.2, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 3 -
CMYK 0 0.2 0.99 0.14
HSL 47.83º 0.97% 0.44% -
HSV(B) 47.83º 0.99% 0.86% -
XYZ 45.06 46.27 6.64 -
YUV 169.43 34.08 164.07 -
System Red Green Blue C M Y K H S L
Decimal 220 176 3 0 0.2 0.99 0.14 47.83 0.97 0.44
Hex DC B0 3 0 14 63 E 30 61 2C
Octal 334 260 3 0 24 143 16 60 141 54
Binary 11011100 10110000 11 0 10100 1100011 1110 110000 1100001 101100

Color Harmonies of #DCB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB003

Black with #DCB003

Text Example


Text Example

White with #DCB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB003; }

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

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

background-color css

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

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

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

border-color css

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

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

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