Html Css Color HEX #DC9E0C Gamboge

📋 copy color: '#DC9E0C'

red 220 ◦ green 158 ◦ blue 12

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

Shades of Gamboge #DC9E0C

Tints of Gamboge #DC9E0C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.51%

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

R = 56.41%
G = 40.51%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC9E0C (or 0xDC9E0C) is known color: Gamboge. HEX triplet: DC, 9E and 0C. RGB value is (220,158,12). Sum of RGB (Red+Green+Blue) = 220+158+12=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E0C is #2361F3. Grayscale: #A0A0A0. Windows color (decimal): -2318836 or 827100. OLE color: 827100.

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

Color convert

RGB 220 158 12 -
CMYK 0 0.28 0.95 0.14
HSL 42.12º 0.9% 0.45% -
HSV(B) 42.12º 0.95% 0.86% -
XYZ 41.81 39.7 5.81 -
YUV 159.89 44.54 170.87 -
System Red Green Blue C M Y K H S L
Decimal 220 158 12 0 0.28 0.95 0.14 42.12 0.9 0.45
Hex DC 9E C 0 1C 5F E 2A 5A 2D
Octal 334 236 14 0 34 137 16 52 132 55
Binary 11011100 10011110 1100 0 11100 1011111 1110 101010 1011010 101101

Color Harmonies of #DC9E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E0C

Black with #DC9E0C

Text Example


Text Example

White with #DC9E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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