Html Css Color HEX #DC900C Gamboge

📋 copy color: '#DC900C'

red 220 ◦ green 144 ◦ blue 12

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

Shades of Gamboge #DC900C

Tints of Gamboge #DC900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 58.51%
G = 38.3%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC900C (or 0xDC900C) is known color: Gamboge. HEX triplet: DC, 90 and 0C. RGB value is (220,144,12). Sum of RGB (Red+Green+Blue) = 220+144+12=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC900C is #236FF3. Grayscale: #989898. Windows color (decimal): -2322420 or 823516. OLE color: 823516.

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

Color convert

RGB 220 144 12 -
CMYK 0 0.35 0.95 0.14
HSL 38.08º 0.9% 0.45% -
HSV(B) 38.08º 0.95% 0.86% -
XYZ 39.55 35.19 5.06 -
YUV 151.68 49.18 176.73 -
System Red Green Blue C M Y K H S L
Decimal 220 144 12 0 0.35 0.95 0.14 38.08 0.9 0.45
Hex DC 90 C 0 23 5F E 26 5A 2D
Octal 334 220 14 0 43 137 16 46 132 55
Binary 11011100 10010000 1100 0 100011 1011111 1110 100110 1011010 101101

Color Harmonies of #DC900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC900C

Black with #DC900C

Text Example


Text Example

White with #DC900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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