Html Css Color HEX #DC960C Gamboge

📋 copy color: '#DC960C'

red 220 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #DC960C

Tints of Gamboge #DC960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

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

R = 57.59%
G = 39.27%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC960C (or 0xDC960C) is known color: Gamboge. HEX triplet: DC, 96 and 0C. RGB value is (220,150,12). Sum of RGB (Red+Green+Blue) = 220+150+12=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC960C is #2369F3. Grayscale: #9B9B9B. Windows color (decimal): -2320884 or 825052. OLE color: 825052.

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

Color convert

RGB 220 150 12 -
CMYK 0 0.32 0.95 0.14
HSL 39.81º 0.9% 0.45% -
HSV(B) 39.81º 0.95% 0.86% -
XYZ 40.49 37.05 5.37 -
YUV 155.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 220 150 12 0 0.32 0.95 0.14 39.81 0.9 0.45
Hex DC 96 C 0 20 5F E 28 5A 2D
Octal 334 226 14 0 40 137 16 50 132 55
Binary 11011100 10010110 1100 0 100000 1011111 1110 101000 1011010 101101

Color Harmonies of #DC960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC960C

Black with #DC960C

Text Example


Text Example

White with #DC960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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