Html Css Color HEX #DCA50D Gamboge

📋 copy color: '#DCA50D'

red 220 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #DCA50D

Tints of Gamboge #DCA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 55.28%
G = 41.46%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCA50D (or 0xDCA50D) is known color: Gamboge. HEX triplet: DC, A5 and 0D. RGB value is (220,165,13). Sum of RGB (Red+Green+Blue) = 220+165+13=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA50D is #235AF2. Grayscale: #A4A4A4. Windows color (decimal): -2317043 or 894428. OLE color: 894428.

HSL color Cylindrical-coordinate representation of color #DCA50D: hue angle of 44.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCA50D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 13 -
CMYK 0 0.25 0.94 0.14
HSL 44.06º 0.89% 0.46% -
HSV(B) 44.06º 0.94% 0.86% -
XYZ 43.04 42.15 6.25 -
YUV 164.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 220 165 13 0 0.25 0.94 0.14 44.06 0.89 0.46
Hex DC A5 D 0 19 5E E 2C 59 2E
Octal 334 245 15 0 31 136 16 54 131 56
Binary 11011100 10100101 1101 0 11001 1011110 1110 101100 1011001 101110

Color Harmonies of #DCA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA50D

Black with #DCA50D

Text Example


Text Example

White with #DCA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA50D; }

 p { color: rgb(220,165,13); }

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

background-color css

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

 a { background-color: rgb(220,165,13); }

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

border-color css

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

 span { border-color: rgb(220,165,13); }

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