Html Css Color HEX #DC9C10 Gamboge

📋 copy color: '#DC9C10'

red 220 ◦ green 156 ◦ blue 16

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

Shades of Gamboge #DC9C10

Tints of Gamboge #DC9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

 BLUE value IS 16 (6.64% from 255) = 4.08%

R = 56.12%
G = 39.8%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC9C10 (or 0xDC9C10) is known color: Gamboge. HEX triplet: DC, 9C and 10. RGB value is (220,156,16). Sum of RGB (Red+Green+Blue) = 220+156+16=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C10 is #2363EF. Grayscale: #9F9F9F. Windows color (decimal): -2319344 or 1088732. OLE color: 1088732.

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

Color convert

RGB 220 156 16 -
CMYK 0 0.29 0.93 0.14
HSL 41.18º 0.86% 0.46% -
HSV(B) 41.18º 0.93% 0.86% -
XYZ 41.5 39.03 5.84 -
YUV 159.18 47.2 171.38 -
System Red Green Blue C M Y K H S L
Decimal 220 156 16 0 0.29 0.93 0.14 41.18 0.86 0.46
Hex DC 9C 10 0 1D 5D E 29 56 2E
Octal 334 234 20 0 35 135 16 51 126 56
Binary 11011100 10011100 10000 0 11101 1011101 1110 101001 1010110 101110

Color Harmonies of #DC9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C10

Black with #DC9C10

Text Example


Text Example

White with #DC9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C10; }

 p { color: rgb(220,156,16); }

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

background-color css

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

 a { background-color: rgb(220,156,16); }

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

border-color css

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

 span { border-color: rgb(220,156,16); }

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