Html Css Color HEX #DF900F Gamboge

📋 copy color: '#DF900F'

red 223 ◦ green 144 ◦ blue 15

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

Shades of Gamboge #DF900F

Tints of Gamboge #DF900F

RGB

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

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

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

R = 58.38%
G = 37.7%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF900F (or 0xDF900F) is known color: Gamboge. HEX triplet: DF, 90 and 0F. RGB value is (223,144,15). Sum of RGB (Red+Green+Blue) = 223+144+15=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF900F is #206FF0. Grayscale: #999999. Windows color (decimal): -2125809 or 1020127. OLE color: 1020127.

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

Color convert

RGB 223 144 15 -
CMYK 0 0.35 0.93 0.13
HSL 37.21º 0.87% 0.47% -
HSV(B) 37.21º 0.93% 0.87% -
XYZ 40.49 35.67 5.2 -
YUV 152.92 50.17 177.99 -
System Red Green Blue C M Y K H S L
Decimal 223 144 15 0 0.35 0.93 0.13 37.21 0.87 0.47
Hex DF 90 F 0 23 5D D 25 57 2F
Octal 337 220 17 0 43 135 15 45 127 57
Binary 11011111 10010000 1111 0 100011 1011101 1101 100101 1010111 101111

Color Harmonies of #DF900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF900F

Black with #DF900F

Text Example


Text Example

White with #DF900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF900F; }

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

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

background-color css

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

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

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

border-color css

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

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

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