Html Css Color HEX #DD9611 Gamboge

📋 copy color: '#DD9611'

red 221 ◦ green 150 ◦ blue 17

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

Shades of Gamboge #DD9611

Tints of Gamboge #DD9611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 56.96%
G = 38.66%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD9611 (or 0xDD9611) is known color: Gamboge. HEX triplet: DD, 96 and 11. RGB value is (221,150,17). Sum of RGB (Red+Green+Blue) = 221+150+17=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9611 is #2269EE. Grayscale: #9C9C9C. Windows color (decimal): -2255343 or 1152733. OLE color: 1152733.

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

Color convert

RGB 221 150 17 -
CMYK 0 0.32 0.92 0.13
HSL 39.12º 0.86% 0.47% -
HSV(B) 39.12º 0.92% 0.87% -
XYZ 40.83 37.23 5.56 -
YUV 156.07 49.52 174.31 -
System Red Green Blue C M Y K H S L
Decimal 221 150 17 0 0.32 0.92 0.13 39.12 0.86 0.47
Hex DD 96 11 0 20 5C D 27 56 2F
Octal 335 226 21 0 40 134 15 47 126 57
Binary 11011101 10010110 10001 0 100000 1011100 1101 100111 1010110 101111

Color Harmonies of #DD9611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9611

Black with #DD9611

Text Example


Text Example

White with #DD9611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9611; }

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

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

background-color css

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

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

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

border-color css

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

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

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