Html Css Color HEX #DCA90C Gamboge

📋 copy color: '#DCA90C'

red 220 ◦ green 169 ◦ blue 12

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

Shades of Gamboge #DCA90C

Tints of Gamboge #DCA90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 54.86%
G = 42.14%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCA90C (or 0xDCA90C) is known color: Gamboge. HEX triplet: DC, A9 and 0C. RGB value is (220,169,12). Sum of RGB (Red+Green+Blue) = 220+169+12=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA90C is #2356F3. Grayscale: #A7A7A7. Windows color (decimal): -2316020 or 829916. OLE color: 829916.

HSL color Cylindrical-coordinate representation of color #DCA90C: hue angle of 45.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCA90C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 169 12 -
CMYK 0 0.23 0.95 0.14
HSL 45.29º 0.9% 0.45% -
HSV(B) 45.29º 0.95% 0.86% -
XYZ 43.77 43.62 6.46 -
YUV 166.35 40.9 166.27 -
System Red Green Blue C M Y K H S L
Decimal 220 169 12 0 0.23 0.95 0.14 45.29 0.9 0.45
Hex DC A9 C 0 17 5F E 2D 5A 2D
Octal 334 251 14 0 27 137 16 55 132 55
Binary 11011100 10101001 1100 0 10111 1011111 1110 101101 1011010 101101

Color Harmonies of #DCA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA90C

Black with #DCA90C

Text Example


Text Example

White with #DCA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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