Html Css Color HEX #DF900E Gamboge

📋 copy color: '#DF900E'

red 223 ◦ green 144 ◦ blue 14

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

Shades of Gamboge #DF900E

Tints of Gamboge #DF900E

RGB

 RED value IS 223 (87.5% from 255) = 58.53%

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

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

R = 58.53%
G = 37.8%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF900E (or 0xDF900E) is known color: Gamboge. HEX triplet: DF, 90 and 0E. RGB value is (223,144,14). Sum of RGB (Red+Green+Blue) = 223+144+14=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF900E is #206FF1. Grayscale: #999999. Windows color (decimal): -2125810 or 954591. OLE color: 954591.

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

Color convert

RGB 223 144 14 -
CMYK 0 0.35 0.94 0.13
HSL 37.32º 0.88% 0.46% -
HSV(B) 37.32º 0.94% 0.87% -
XYZ 40.48 35.67 5.17 -
YUV 152.8 49.67 178.07 -
System Red Green Blue C M Y K H S L
Decimal 223 144 14 0 0.35 0.94 0.13 37.32 0.88 0.46
Hex DF 90 E 0 23 5E D 25 58 2E
Octal 337 220 16 0 43 136 15 45 130 56
Binary 11011111 10010000 1110 0 100011 1011110 1101 100101 1011000 101110

Color Harmonies of #DF900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF900E

Black with #DF900E

Text Example


Text Example

White with #DF900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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