Html Css Color HEX #DD9516 Gamboge

📋 copy color: '#DD9516'

red 221 ◦ green 149 ◦ blue 22

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

Shades of Gamboge #DD9516

Tints of Gamboge #DD9516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 56.38%
G = 38.01%
B = 5.61%

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

#DD9516 (or 0xDD9516) is known color: Gamboge. HEX triplet: DD, 95 and 16. RGB value is (221,149,22). Sum of RGB (Red+Green+Blue) = 221+149+22=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9516 is #226AE9. Grayscale: #9C9C9C. Windows color (decimal): -2255594 or 1480157. OLE color: 1480157.

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

Color convert

RGB 221 149 22 -
CMYK 0 0.33 0.90 0.13
HSL 38.29º 0.82% 0.48% -
HSV(B) 38.29º 0.9% 0.87% -
XYZ 40.71 36.92 5.74 -
YUV 156.05 52.35 174.33 -
System Red Green Blue C M Y K H S L
Decimal 221 149 22 0 0.33 0.90 0.13 38.29 0.82 0.48
Hex DD 95 16 0 21 5A D 26 52 30
Octal 335 225 26 0 41 132 15 46 122 60
Binary 11011101 10010101 10110 0 100001 1011010 1101 100110 1010010 110000

Color Harmonies of #DD9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9516

Black with #DD9516

Text Example


Text Example

White with #DD9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9516; }

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

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

background-color css

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

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

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

border-color css

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

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

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