Html Css Color HEX #DC940F Gamboge

📋 copy color: '#DC940F'

red 220 ◦ green 148 ◦ blue 15

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

Shades of Gamboge #DC940F

Tints of Gamboge #DC940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.92%

R = 57.44%
G = 38.64%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC940F (or 0xDC940F) is known color: Gamboge. HEX triplet: DC, 94 and 0F. RGB value is (220,148,15). Sum of RGB (Red+Green+Blue) = 220+148+15=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC940F is #236BF0. Grayscale: #9A9A9A. Windows color (decimal): -2321393 or 1021148. OLE color: 1021148.

HSL color Cylindrical-coordinate representation of color #DC940F: hue angle of 38.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC940F is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 15 -
CMYK 0 0.33 0.93 0.14
HSL 38.93º 0.87% 0.46% -
HSV(B) 38.93º 0.93% 0.86% -
XYZ 40.19 36.43 5.37 -
YUV 154.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 220 148 15 0 0.33 0.93 0.14 38.93 0.87 0.46
Hex DC 94 F 0 21 5D E 27 57 2E
Octal 334 224 17 0 41 135 16 47 127 56
Binary 11011100 10010100 1111 0 100001 1011101 1110 100111 1010111 101110

Color Harmonies of #DC940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC940F

Black with #DC940F

Text Example


Text Example

White with #DC940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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