Html Css Color HEX #DD9218 Gamboge

📋 copy color: '#DD9218'

red 221 ◦ green 146 ◦ blue 24

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

Shades of Gamboge #DD9218

Tints of Gamboge #DD9218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

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

R = 56.52%
G = 37.34%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD9218 (or 0xDD9218) is known color: Gamboge. HEX triplet: DD, 92 and 18. RGB value is (221,146,24). Sum of RGB (Red+Green+Blue) = 221+146+24=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9218 is #226DE7. Grayscale: #9B9B9B. Windows color (decimal): -2256360 or 1610461. OLE color: 1610461.

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

Color convert

RGB 221 146 24 -
CMYK 0 0.34 0.89 0.13
HSL 37.16º 0.8% 0.48% -
HSV(B) 37.16º 0.89% 0.87% -
XYZ 40.26 36 5.69 -
YUV 154.52 54.35 175.42 -
System Red Green Blue C M Y K H S L
Decimal 221 146 24 0 0.34 0.89 0.13 37.16 0.8 0.48
Hex DD 92 18 0 22 59 D 25 50 30
Octal 335 222 30 0 42 131 15 45 120 60
Binary 11011101 10010010 11000 0 100010 1011001 1101 100101 1010000 110000

Color Harmonies of #DD9218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9218

Black with #DD9218

Text Example


Text Example

White with #DD9218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9218; }

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

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

background-color css

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

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

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

border-color css

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

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

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