Html Css Color HEX #DC940C Gamboge

📋 copy color: '#DC940C'

red 220 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #DC940C

Tints of Gamboge #DC940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

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

R = 57.89%
G = 38.95%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC940C (or 0xDC940C) is known color: Gamboge. HEX triplet: DC, 94 and 0C. RGB value is (220,148,12). Sum of RGB (Red+Green+Blue) = 220+148+12=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC940C is #236BF3. Grayscale: #9A9A9A. Windows color (decimal): -2321396 or 824540. OLE color: 824540.

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

Color convert

RGB 220 148 12 -
CMYK 0 0.33 0.95 0.14
HSL 39.23º 0.9% 0.45% -
HSV(B) 39.23º 0.95% 0.86% -
XYZ 40.17 36.42 5.26 -
YUV 154.02 47.85 175.06 -
System Red Green Blue C M Y K H S L
Decimal 220 148 12 0 0.33 0.95 0.14 39.23 0.9 0.45
Hex DC 94 C 0 21 5F E 27 5A 2D
Octal 334 224 14 0 41 137 16 47 132 55
Binary 11011100 10010100 1100 0 100001 1011111 1110 100111 1011010 101101

Color Harmonies of #DC940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC940C

Black with #DC940C

Text Example


Text Example

White with #DC940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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