Html Css Color HEX #DF9900 Gamboge

📋 copy color: '#DF9900'

red 223 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #DF9900

Tints of Gamboge #DF9900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.31%
G = 40.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF9900 (or 0xDF9900) is known color: Gamboge. HEX triplet: DF, 99 and 00. RGB value is (223,153,0). Sum of RGB (Red+Green+Blue) = 223+153+0=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9900 is #2066FF. Grayscale: #9D9D9D. Windows color (decimal): -2123520 or 39391. OLE color: 39391.

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

Color convert

RGB 223 153 0 -
CMYK 0 0.31 1 0.13
HSL 41.17º 1% 0.44% -
HSV(B) 41.17º 1% 0.87% -
XYZ 41.82 38.47 5.22 -
YUV 156.49 39.69 175.44 -
System Red Green Blue C M Y K H S L
Decimal 223 153 0 0 0.31 1 0.13 41.17 1 0.44
Hex DF 99 0 0 1F 64 D 29 64 2C
Octal 337 231 0 0 37 144 15 51 144 54
Binary 11011111 10011001 0 0 11111 1100100 1101 101001 1100100 101100

Color Harmonies of #DF9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9900

Black with #DF9900

Text Example


Text Example

White with #DF9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9900; }

 p { color: rgb(223,153,0); }

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

background-color css

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

 a { background-color: rgb(223,153,0); }

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

border-color css

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

 span { border-color: rgb(223,153,0); }

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