Html Css Color HEX #DC900E Gamboge

📋 copy color: '#DC900E'

red 220 ◦ green 144 ◦ blue 14

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

Shades of Gamboge #DC900E

Tints of Gamboge #DC900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 58.2%
G = 38.1%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC900E (or 0xDC900E) is known color: Gamboge. HEX triplet: DC, 90 and 0E. RGB value is (220,144,14). Sum of RGB (Red+Green+Blue) = 220+144+14=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC900E is #236FF1. Grayscale: #989898. Windows color (decimal): -2322418 or 954588. OLE color: 954588.

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

Color convert

RGB 220 144 14 -
CMYK 0 0.35 0.94 0.14
HSL 37.86º 0.88% 0.46% -
HSV(B) 37.86º 0.94% 0.86% -
XYZ 39.57 35.19 5.12 -
YUV 151.9 50.18 176.57 -
System Red Green Blue C M Y K H S L
Decimal 220 144 14 0 0.35 0.94 0.14 37.86 0.88 0.46
Hex DC 90 E 0 23 5E E 26 58 2E
Octal 334 220 16 0 43 136 16 46 130 56
Binary 11011100 10010000 1110 0 100011 1011110 1110 100110 1011000 101110

Color Harmonies of #DC900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC900E

Black with #DC900E

Text Example


Text Example

White with #DC900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC900E; }

 p { color: rgb(220,144,14); }

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

background-color css

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

 a { background-color: rgb(220,144,14); }

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

border-color css

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

 span { border-color: rgb(220,144,14); }

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