Html Css Color HEX #DD9F04 Gamboge

📋 copy color: '#DD9F04'

red 221 ◦ green 159 ◦ blue 4

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

Shades of Gamboge #DD9F04

Tints of Gamboge #DD9F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 57.55%
G = 41.41%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD9F04 (or 0xDD9F04) is known color: Gamboge. HEX triplet: DD, 9F and 04. RGB value is (221,159,4). Sum of RGB (Red+Green+Blue) = 221+159+4=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9F04 is #2260FB. Grayscale: #A0A0A0. Windows color (decimal): -2253052 or 303069. OLE color: 303069.

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

Color convert

RGB 221 159 4 -
CMYK 0 0.28 0.98 0.13
HSL 42.86º 0.96% 0.44% -
HSV(B) 42.86º 0.98% 0.87% -
XYZ 42.24 40.18 5.64 -
YUV 159.87 40.04 171.6 -
System Red Green Blue C M Y K H S L
Decimal 221 159 4 0 0.28 0.98 0.13 42.86 0.96 0.44
Hex DD 9F 4 0 1C 62 D 2B 60 2C
Octal 335 237 4 0 34 142 15 53 140 54
Binary 11011101 10011111 100 0 11100 1100010 1101 101011 1100000 101100

Color Harmonies of #DD9F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F04

Black with #DD9F04

Text Example


Text Example

White with #DD9F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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