Html Css Color HEX #DCA003 Gamboge

📋 copy color: '#DCA003'

red 220 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #DCA003

Tints of Gamboge #DCA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

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

R = 57.44%
G = 41.78%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCA003 (or 0xDCA003) is known color: Gamboge. HEX triplet: DC, A0 and 03. RGB value is (220,160,3). Sum of RGB (Red+Green+Blue) = 220+160+3=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA003 is #235FFC. Grayscale: #A0A0A0. Windows color (decimal): -2318333 or 237788. OLE color: 237788.

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

Color convert

RGB 220 160 3 -
CMYK 0 0.27 0.99 0.14
HSL 43.41º 0.97% 0.44% -
HSV(B) 43.41º 0.99% 0.86% -
XYZ 42.1 40.36 5.66 -
YUV 160.04 39.38 170.77 -
System Red Green Blue C M Y K H S L
Decimal 220 160 3 0 0.27 0.99 0.14 43.41 0.97 0.44
Hex DC A0 3 0 1B 63 E 2B 61 2C
Octal 334 240 3 0 33 143 16 53 141 54
Binary 11011100 10100000 11 0 11011 1100011 1110 101011 1100001 101100

Color Harmonies of #DCA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA003

Black with #DCA003

Text Example


Text Example

White with #DCA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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