Html Css Color HEX #DD9518 Gamboge

📋 copy color: '#DD9518'

red 221 ◦ green 149 ◦ blue 24

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

Shades of Gamboge #DD9518

Tints of Gamboge #DD9518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.09%

R = 56.09%
G = 37.82%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD9518 (or 0xDD9518) is known color: Gamboge. HEX triplet: DD, 95 and 18. RGB value is (221,149,24). Sum of RGB (Red+Green+Blue) = 221+149+24=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9518 is #226AE7. Grayscale: #9C9C9C. Windows color (decimal): -2255592 or 1611229. OLE color: 1611229.

HSL color Cylindrical-coordinate representation of color #DD9518: hue angle of 38.07º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD9518 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 24 -
CMYK 0 0.33 0.89 0.13
HSL 38.07º 0.8% 0.48% -
HSV(B) 38.07º 0.89% 0.87% -
XYZ 40.73 36.93 5.85 -
YUV 156.28 53.35 174.16 -
System Red Green Blue C M Y K H S L
Decimal 221 149 24 0 0.33 0.89 0.13 38.07 0.8 0.48
Hex DD 95 18 0 21 59 D 26 50 30
Octal 335 225 30 0 41 131 15 46 120 60
Binary 11011101 10010101 11000 0 100001 1011001 1101 100110 1010000 110000

Color Harmonies of #DD9518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9518

Black with #DD9518

Text Example


Text Example

White with #DD9518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9518; }

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

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

background-color css

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

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

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

border-color css

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

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

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