Html Css Color HEX #DCA90D Gamboge

📋 copy color: '#DCA90D'

red 220 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #DCA90D

Tints of Gamboge #DCA90D

RGB

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

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

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

R = 54.73%
G = 42.04%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCA90D (or 0xDCA90D) is known color: Gamboge. HEX triplet: DC, A9 and 0D. RGB value is (220,169,13). Sum of RGB (Red+Green+Blue) = 220+169+13=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA90D is #2356F2. Grayscale: #A7A7A7. Windows color (decimal): -2316019 or 895452. OLE color: 895452.

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

Color convert

RGB 220 169 13 -
CMYK 0 0.23 0.94 0.14
HSL 45.22º 0.89% 0.46% -
HSV(B) 45.22º 0.94% 0.86% -
XYZ 43.78 43.62 6.49 -
YUV 166.47 41.4 166.18 -
System Red Green Blue C M Y K H S L
Decimal 220 169 13 0 0.23 0.94 0.14 45.22 0.89 0.46
Hex DC A9 D 0 17 5E E 2D 59 2E
Octal 334 251 15 0 27 136 16 55 131 56
Binary 11011100 10101001 1101 0 10111 1011110 1110 101101 1011001 101110

Color Harmonies of #DCA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA90D

Black with #DCA90D

Text Example


Text Example

White with #DCA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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