Html Css Color HEX #DD9215 Gamboge

📋 copy color: '#DD9215'

red 221 ◦ green 146 ◦ blue 21

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

Shades of Gamboge #DD9215

Tints of Gamboge #DD9215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 56.96%
G = 37.63%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD9215 (or 0xDD9215) is known color: Gamboge. HEX triplet: DD, 92 and 15. RGB value is (221,146,21). Sum of RGB (Red+Green+Blue) = 221+146+21=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9215 is #226DEA. Grayscale: #9A9A9A. Windows color (decimal): -2256363 or 1413853. OLE color: 1413853.

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

Color convert

RGB 221 146 21 -
CMYK 0 0.34 0.90 0.13
HSL 37.5º 0.83% 0.47% -
HSV(B) 37.5º 0.9% 0.87% -
XYZ 40.23 35.98 5.53 -
YUV 154.18 52.85 175.66 -
System Red Green Blue C M Y K H S L
Decimal 221 146 21 0 0.34 0.90 0.13 37.5 0.83 0.47
Hex DD 92 15 0 22 5A D 26 53 2F
Octal 335 222 25 0 42 132 15 46 123 57
Binary 11011101 10010010 10101 0 100010 1011010 1101 100110 1010011 101111

Color Harmonies of #DD9215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9215

Black with #DD9215

Text Example


Text Example

White with #DD9215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9215; }

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

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

background-color css

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

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

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

border-color css

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

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

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