Html Css Color HEX #DC930F Gamboge

📋 copy color: '#DC930F'

red 220 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #DC930F

Tints of Gamboge #DC930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

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

R = 57.59%
G = 38.48%
B = 3.93%

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

#DC930F (or 0xDC930F) is known color: Gamboge. HEX triplet: DC, 93 and 0F. RGB value is (220,147,15). Sum of RGB (Red+Green+Blue) = 220+147+15=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC930F is #236CF0. Grayscale: #9A9A9A. Windows color (decimal): -2321649 or 1020892. OLE color: 1020892.

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

Color convert

RGB 220 147 15 -
CMYK 0 0.33 0.93 0.14
HSL 38.63º 0.87% 0.46% -
HSV(B) 38.63º 0.93% 0.86% -
XYZ 40.04 36.12 5.31 -
YUV 153.78 49.68 175.23 -
System Red Green Blue C M Y K H S L
Decimal 220 147 15 0 0.33 0.93 0.14 38.63 0.87 0.46
Hex DC 93 F 0 21 5D E 27 57 2E
Octal 334 223 17 0 41 135 16 47 127 56
Binary 11011100 10010011 1111 0 100001 1011101 1110 100111 1010111 101110

Color Harmonies of #DC930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC930F

Black with #DC930F

Text Example


Text Example

White with #DC930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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