Html Css Color HEX #DD9216 Gamboge

📋 copy color: '#DD9216'

red 221 ◦ green 146 ◦ blue 22

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

Shades of Gamboge #DD9216

Tints of Gamboge #DD9216

RGB

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

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

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

R = 56.81%
G = 37.53%
B = 5.66%

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

#DD9216 (or 0xDD9216) is known color: Gamboge. HEX triplet: DD, 92 and 16. RGB value is (221,146,22). Sum of RGB (Red+Green+Blue) = 221+146+22=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9216 is #226DE9. Grayscale: #9A9A9A. Windows color (decimal): -2256362 or 1479389. OLE color: 1479389.

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

Color convert

RGB 221 146 22 -
CMYK 0 0.34 0.90 0.13
HSL 37.39º 0.82% 0.48% -
HSV(B) 37.39º 0.9% 0.87% -
XYZ 40.24 35.99 5.58 -
YUV 154.29 53.35 175.58 -
System Red Green Blue C M Y K H S L
Decimal 221 146 22 0 0.34 0.90 0.13 37.39 0.82 0.48
Hex DD 92 16 0 22 5A D 25 52 30
Octal 335 222 26 0 42 132 15 45 122 60
Binary 11011101 10010010 10110 0 100010 1011010 1101 100101 1010010 110000

Color Harmonies of #DD9216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9216

Black with #DD9216

Text Example


Text Example

White with #DD9216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9216; }

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

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

background-color css

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

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

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

border-color css

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

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

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