Html Css Color HEX #DC960A Gamboge

📋 copy color: '#DC960A'

red 220 ◦ green 150 ◦ blue 10

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

Shades of Gamboge #DC960A

Tints of Gamboge #DC960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 57.89%
G = 39.47%
B = 2.63%

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

#DC960A (or 0xDC960A) is known color: Gamboge. HEX triplet: DC, 96 and 0A. RGB value is (220,150,10). Sum of RGB (Red+Green+Blue) = 220+150+10=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC960A is #2369F5. Grayscale: #9B9B9B. Windows color (decimal): -2320886 or 693980. OLE color: 693980.

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

Color convert

RGB 220 150 10 -
CMYK 0 0.32 0.95 0.14
HSL 40º 0.91% 0.45% -
HSV(B) 40º 0.95% 0.86% -
XYZ 40.48 37.05 5.31 -
YUV 154.97 46.19 174.38 -
System Red Green Blue C M Y K H S L
Decimal 220 150 10 0 0.32 0.95 0.14 40 0.91 0.45
Hex DC 96 A 0 20 5F E 28 5B 2D
Octal 334 226 12 0 40 137 16 50 133 55
Binary 11011100 10010110 1010 0 100000 1011111 1110 101000 1011011 101101

Color Harmonies of #DC960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC960A

Black with #DC960A

Text Example


Text Example

White with #DC960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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