Html Css Color HEX #DD9F00 Gamboge

📋 copy color: '#DD9F00'

red 221 ◦ green 159 ◦ blue 0

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

Shades of Gamboge #DD9F00

Tints of Gamboge #DD9F00

RGB

 RED value IS 221 (86.72% from 255) = 58.16%

 GREEN value IS 159 (62.5% from 255) = 41.84%

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

R = 58.16%
G = 41.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD9F00 (or 0xDD9F00) is known color: Gamboge. HEX triplet: DD, 9F and 00. RGB value is (221,159,0). Sum of RGB (Red+Green+Blue) = 221+159+0=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9F00 is #2260FF. Grayscale: #A0A0A0. Windows color (decimal): -2253056 or 40925. OLE color: 40925.

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

Color convert

RGB 221 159 0 -
CMYK 0 0.28 1 0.13
HSL 43.17º 1% 0.43% -
HSV(B) 43.17º 1% 0.87% -
XYZ 42.22 40.17 5.53 -
YUV 159.41 38.04 171.93 -
System Red Green Blue C M Y K H S L
Decimal 221 159 0 0 0.28 1 0.13 43.17 1 0.43
Hex DD 9F 0 0 1C 64 D 2B 64 2B
Octal 335 237 0 0 34 144 15 53 144 53
Binary 11011101 10011111 0 0 11100 1100100 1101 101011 1100100 101011

Color Harmonies of #DD9F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F00

Black with #DD9F00

Text Example


Text Example

White with #DD9F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F00; }

 p { color: rgb(221,159,0); }

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

background-color css

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

 a { background-color: rgb(221,159,0); }

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

border-color css

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

 span { border-color: rgb(221,159,0); }

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