Html Css Color HEX #DD9900 Gamboge

📋 copy color: '#DD9900'

red 221 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #DD9900

Tints of Gamboge #DD9900

RGB

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

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

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

R = 59.09%
G = 40.91%
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

#DD9900 (or 0xDD9900) is known color: Gamboge. HEX triplet: DD, 99 and 00. RGB value is (221,153,0). Sum of RGB (Red+Green+Blue) = 221+153+0=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9900 is #2266FF. Grayscale: #9C9C9C. Windows color (decimal): -2254592 or 39389. OLE color: 39389.

HSL color Cylindrical-coordinate representation of color #DD9900: hue angle of 41.54º 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 #DD9900 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 0 -
CMYK 0 0.31 1 0.13
HSL 41.54º 1% 0.43% -
HSV(B) 41.54º 1% 0.87% -
XYZ 41.21 38.15 5.19 -
YUV 155.89 40.03 174.44 -
System Red Green Blue C M Y K H S L
Decimal 221 153 0 0 0.31 1 0.13 41.54 1 0.43
Hex DD 99 0 0 1F 64 D 2A 64 2B
Octal 335 231 0 0 37 144 15 52 144 53
Binary 11011101 10011001 0 0 11111 1100100 1101 101010 1100100 101011

Color Harmonies of #DD9900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9900

Black with #DD9900

Text Example


Text Example

White with #DD9900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9900; }

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

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

background-color css

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

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

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

border-color css

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

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

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