Html Css Color HEX #DD9917 Gamboge

📋 copy color: '#DD9917'

red 221 ◦ green 153 ◦ blue 23

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

Shades of Gamboge #DD9917

Tints of Gamboge #DD9917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 55.67%
G = 38.54%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD9917 (or 0xDD9917) is known color: Gamboge. HEX triplet: DD, 99 and 17. RGB value is (221,153,23). Sum of RGB (Red+Green+Blue) = 221+153+23=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9917 is #2266E8. Grayscale: #9F9F9F. Windows color (decimal): -2254569 or 1546717. OLE color: 1546717.

HSL color Cylindrical-coordinate representation of color #DD9917: hue angle of 39.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD9917 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 23 -
CMYK 0 0.31 0.90 0.13
HSL 39.39º 0.81% 0.48% -
HSV(B) 39.39º 0.9% 0.87% -
XYZ 41.36 38.22 6.01 -
YUV 158.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 221 153 23 0 0.31 0.90 0.13 39.39 0.81 0.48
Hex DD 99 17 0 1F 5A D 27 51 30
Octal 335 231 27 0 37 132 15 47 121 60
Binary 11011101 10011001 10111 0 11111 1011010 1101 100111 1010001 110000

Color Harmonies of #DD9917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9917

Black with #DD9917

Text Example


Text Example

White with #DD9917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9917; }

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

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

background-color css

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

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

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

border-color css

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

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

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