Html Css Color HEX #DC9C0C Gamboge

📋 copy color: '#DC9C0C'

red 220 ◦ green 156 ◦ blue 12

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

Shades of Gamboge #DC9C0C

Tints of Gamboge #DC9C0C

RGB

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

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

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

R = 56.7%
G = 40.21%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC9C0C (or 0xDC9C0C) is known color: Gamboge. HEX triplet: DC, 9C and 0C. RGB value is (220,156,12). Sum of RGB (Red+Green+Blue) = 220+156+12=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C0C is #2363F3. Grayscale: #9F9F9F. Windows color (decimal): -2319348 or 826588. OLE color: 826588.

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

Color convert

RGB 220 156 12 -
CMYK 0 0.29 0.95 0.14
HSL 41.54º 0.9% 0.45% -
HSV(B) 41.54º 0.95% 0.86% -
XYZ 41.47 39.02 5.69 -
YUV 158.72 45.2 171.71 -
System Red Green Blue C M Y K H S L
Decimal 220 156 12 0 0.29 0.95 0.14 41.54 0.9 0.45
Hex DC 9C C 0 1D 5F E 2A 5A 2D
Octal 334 234 14 0 35 137 16 52 132 55
Binary 11011100 10011100 1100 0 11101 1011111 1110 101010 1011010 101101

Color Harmonies of #DC9C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C0C

Black with #DC9C0C

Text Example


Text Example

White with #DC9C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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