Html Css Color HEX #DCB004 Gamboge

📋 copy color: '#DCB004'

red 220 ◦ green 176 ◦ blue 4

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

Shades of Gamboge #DCB004

Tints of Gamboge #DCB004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 55%
G = 44%
B = 1%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCB004 (or 0xDCB004) is known color: Gamboge. HEX triplet: DC, B0 and 04. RGB value is (220,176,4). Sum of RGB (Red+Green+Blue) = 220+176+4=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB004 is #234FFB. Grayscale: #AAAAAA. Windows color (decimal): -2314236 or 307420. OLE color: 307420.

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

Color convert

RGB 220 176 4 -
CMYK 0 0.2 0.98 0.14
HSL 47.78º 0.96% 0.44% -
HSV(B) 47.78º 0.98% 0.86% -
XYZ 45.06 46.28 6.67 -
YUV 169.55 34.58 163.99 -
System Red Green Blue C M Y K H S L
Decimal 220 176 4 0 0.2 0.98 0.14 47.78 0.96 0.44
Hex DC B0 4 0 14 62 E 30 60 2C
Octal 334 260 4 0 24 142 16 60 140 54
Binary 11011100 10110000 100 0 10100 1100010 1110 110000 1100000 101100

Color Harmonies of #DCB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB004

Black with #DCB004

Text Example


Text Example

White with #DCB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB004; }

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

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

background-color css

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

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

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

border-color css

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

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

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