Html Css Color HEX #DCA900 Gamboge

📋 copy color: '#DCA900'

red 220 ◦ green 169 ◦ blue 0

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

Shades of Gamboge #DCA900

Tints of Gamboge #DCA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

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

R = 56.56%
G = 43.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCA900 (or 0xDCA900) is known color: Gamboge. HEX triplet: DC, A9 and 00. RGB value is (220,169,0). Sum of RGB (Red+Green+Blue) = 220+169+0=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA900 is #2356FF. Grayscale: #A5A5A5. Windows color (decimal): -2316032 or 43484. OLE color: 43484.

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

Color convert

RGB 220 169 0 -
CMYK 0 0.23 1 0.14
HSL 46.09º 1% 0.43% -
HSV(B) 46.09º 1% 0.86% -
XYZ 43.7 43.59 6.11 -
YUV 164.98 34.9 167.24 -
System Red Green Blue C M Y K H S L
Decimal 220 169 0 0 0.23 1 0.14 46.09 1 0.43
Hex DC A9 0 0 17 64 E 2E 64 2B
Octal 334 251 0 0 27 144 16 56 144 53
Binary 11011100 10101001 0 0 10111 1100100 1110 101110 1100100 101011

Color Harmonies of #DCA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA900

Black with #DCA900

Text Example


Text Example

White with #DCA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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