Html Css Color HEX #DD9A16 Gamboge

📋 copy color: '#DD9A16'

red 221 ◦ green 154 ◦ blue 22

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

Shades of Gamboge #DD9A16

Tints of Gamboge #DD9A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 55.67%
G = 38.79%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD9A16 (or 0xDD9A16) is known color: Gamboge. HEX triplet: DD, 9A and 16. RGB value is (221,154,22). Sum of RGB (Red+Green+Blue) = 221+154+22=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9A16 is #2265E9. Grayscale: #9F9F9F. Windows color (decimal): -2254314 or 1481437. OLE color: 1481437.

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

Color convert

RGB 221 154 22 -
CMYK 0 0.30 0.90 0.13
HSL 39.8º 0.82% 0.48% -
HSV(B) 39.8º 0.9% 0.87% -
XYZ 41.52 38.54 6.01 -
YUV 158.99 50.7 172.23 -
System Red Green Blue C M Y K H S L
Decimal 221 154 22 0 0.30 0.90 0.13 39.8 0.82 0.48
Hex DD 9A 16 0 1E 5A D 28 52 30
Octal 335 232 26 0 36 132 15 50 122 60
Binary 11011101 10011010 10110 0 11110 1011010 1101 101000 1010010 110000

Color Harmonies of #DD9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A16

Black with #DD9A16

Text Example


Text Example

White with #DD9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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