Html Css Color HEX #DD9411 Gamboge

📋 copy color: '#DD9411'

red 221 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #DD9411

Tints of Gamboge #DD9411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 57.25%
G = 38.34%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD9411 (or 0xDD9411) is known color: Gamboge. HEX triplet: DD, 94 and 11. RGB value is (221,148,17). Sum of RGB (Red+Green+Blue) = 221+148+17=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9411 is #226BEE. Grayscale: #9B9B9B. Windows color (decimal): -2255855 or 1152221. OLE color: 1152221.

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

Color convert

RGB 221 148 17 -
CMYK 0 0.33 0.92 0.13
HSL 38.53º 0.86% 0.47% -
HSV(B) 38.53º 0.92% 0.87% -
XYZ 40.51 36.59 5.46 -
YUV 154.89 50.18 175.15 -
System Red Green Blue C M Y K H S L
Decimal 221 148 17 0 0.33 0.92 0.13 38.53 0.86 0.47
Hex DD 94 11 0 21 5C D 27 56 2F
Octal 335 224 21 0 41 134 15 47 126 57
Binary 11011101 10010100 10001 0 100001 1011100 1101 100111 1010110 101111

Color Harmonies of #DD9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9411

Black with #DD9411

Text Example


Text Example

White with #DD9411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9411; }

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

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

background-color css

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

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

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

border-color css

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

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

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