Html Css Color HEX #DD8D16 Gamboge

📋 copy color: '#DD8D16'

red 221 ◦ green 141 ◦ blue 22

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

Shades of Gamboge #DD8D16

Tints of Gamboge #DD8D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

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

R = 57.55%
G = 36.72%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8D16 (or 0xDD8D16) is known color: Gamboge. HEX triplet: DD, 8D and 16. RGB value is (221,141,22). Sum of RGB (Red+Green+Blue) = 221+141+22=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D16 is #2272E9. Grayscale: #979797. Windows color (decimal): -2257642 or 1478109. OLE color: 1478109.

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

Color convert

RGB 221 141 22 -
CMYK 0 0.36 0.90 0.13
HSL 35.88º 0.82% 0.48% -
HSV(B) 35.88º 0.9% 0.87% -
XYZ 39.49 34.48 5.33 -
YUV 151.35 55 177.68 -
System Red Green Blue C M Y K H S L
Decimal 221 141 22 0 0.36 0.90 0.13 35.88 0.82 0.48
Hex DD 8D 16 0 24 5A D 24 52 30
Octal 335 215 26 0 44 132 15 44 122 60
Binary 11011101 10001101 10110 0 100100 1011010 1101 100100 1010010 110000

Color Harmonies of #DD8D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D16

Black with #DD8D16

Text Example


Text Example

White with #DD8D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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