Html Css Color HEX #DD9911 Gamboge

📋 copy color: '#DD9911'

red 221 ◦ green 153 ◦ blue 17

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

Shades of Gamboge #DD9911

Tints of Gamboge #DD9911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 56.52%
G = 39.13%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD9911 (or 0xDD9911) is known color: Gamboge. HEX triplet: DD, 99 and 11. RGB value is (221,153,17). Sum of RGB (Red+Green+Blue) = 221+153+17=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9911 is #2266EE. Grayscale: #9E9E9E. Windows color (decimal): -2254575 or 1153501. OLE color: 1153501.

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

Color convert

RGB 221 153 17 -
CMYK 0 0.31 0.92 0.13
HSL 40º 0.86% 0.47% -
HSV(B) 40º 0.92% 0.87% -
XYZ 41.31 38.2 5.73 -
YUV 157.83 48.53 173.06 -
System Red Green Blue C M Y K H S L
Decimal 221 153 17 0 0.31 0.92 0.13 40 0.86 0.47
Hex DD 99 11 0 1F 5C D 28 56 2F
Octal 335 231 21 0 37 134 15 50 126 57
Binary 11011101 10011001 10001 0 11111 1011100 1101 101000 1010110 101111

Color Harmonies of #DD9911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9911

Black with #DD9911

Text Example


Text Example

White with #DD9911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9911; }

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

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

background-color css

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

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

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

border-color css

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

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

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