Html Css Color HEX #DD9517 Gamboge

📋 copy color: '#DD9517'

red 221 ◦ green 149 ◦ blue 23

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

Shades of Gamboge #DD9517

Tints of Gamboge #DD9517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

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

R = 56.23%
G = 37.91%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD9517 (or 0xDD9517) is known color: Gamboge. HEX triplet: DD, 95 and 17. RGB value is (221,149,23). Sum of RGB (Red+Green+Blue) = 221+149+23=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9517 is #226AE8. Grayscale: #9C9C9C. Windows color (decimal): -2255593 or 1545693. OLE color: 1545693.

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

Color convert

RGB 221 149 23 -
CMYK 0 0.33 0.90 0.13
HSL 38.18º 0.81% 0.48% -
HSV(B) 38.18º 0.9% 0.87% -
XYZ 40.72 36.93 5.79 -
YUV 156.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 221 149 23 0 0.33 0.90 0.13 38.18 0.81 0.48
Hex DD 95 17 0 21 5A D 26 51 30
Octal 335 225 27 0 41 132 15 46 121 60
Binary 11011101 10010101 10111 0 100001 1011010 1101 100110 1010001 110000

Color Harmonies of #DD9517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9517

Black with #DD9517

Text Example


Text Example

White with #DD9517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9517; }

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

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

background-color css

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

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

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

border-color css

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

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

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