Html Css Color HEX #DD9316 Gamboge

📋 copy color: '#DD9316'

red 221 ◦ green 147 ◦ blue 22

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

Shades of Gamboge #DD9316

Tints of Gamboge #DD9316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

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

R = 56.67%
G = 37.69%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD9316 (or 0xDD9316) is known color: Gamboge. HEX triplet: DD, 93 and 16. RGB value is (221,147,22). Sum of RGB (Red+Green+Blue) = 221+147+22=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9316 is #226CE9. Grayscale: #9B9B9B. Windows color (decimal): -2256106 or 1479645. OLE color: 1479645.

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

Color convert

RGB 221 147 22 -
CMYK 0 0.33 0.90 0.13
HSL 37.69º 0.82% 0.48% -
HSV(B) 37.69º 0.9% 0.87% -
XYZ 40.4 36.3 5.64 -
YUV 154.88 53.02 175.16 -
System Red Green Blue C M Y K H S L
Decimal 221 147 22 0 0.33 0.90 0.13 37.69 0.82 0.48
Hex DD 93 16 0 21 5A D 26 52 30
Octal 335 223 26 0 41 132 15 46 122 60
Binary 11011101 10010011 10110 0 100001 1011010 1101 100110 1010010 110000

Color Harmonies of #DD9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9316

Black with #DD9316

Text Example


Text Example

White with #DD9316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9316; }

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

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

background-color css

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

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

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

border-color css

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

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

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