Html Css Color HEX #DC9C12 Gamboge

📋 copy color: '#DC9C12'

red 220 ◦ green 156 ◦ blue 18

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

Shades of Gamboge #DC9C12

Tints of Gamboge #DC9C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 55.84%
G = 39.59%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC9C12 (or 0xDC9C12) is known color: Gamboge. HEX triplet: DC, 9C and 12. RGB value is (220,156,18). Sum of RGB (Red+Green+Blue) = 220+156+18=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C12 is #2363ED. Grayscale: #A0A0A0. Windows color (decimal): -2319342 or 1219804. OLE color: 1219804.

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

Color convert

RGB 220 156 18 -
CMYK 0 0.29 0.92 0.14
HSL 40.99º 0.85% 0.47% -
HSV(B) 40.99º 0.92% 0.86% -
XYZ 41.51 39.04 5.92 -
YUV 159.4 48.2 171.22 -
System Red Green Blue C M Y K H S L
Decimal 220 156 18 0 0.29 0.92 0.14 40.99 0.85 0.47
Hex DC 9C 12 0 1D 5C E 29 55 2F
Octal 334 234 22 0 35 134 16 51 125 57
Binary 11011100 10011100 10010 0 11101 1011100 1110 101001 1010101 101111

Color Harmonies of #DC9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C12

Black with #DC9C12

Text Example


Text Example

White with #DC9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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