Html Css Color HEX #DD9317 Gamboge

📋 copy color: '#DD9317'

red 221 ◦ green 147 ◦ blue 23

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

Shades of Gamboge #DD9317

Tints of Gamboge #DD9317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.88%

R = 56.52%
G = 37.6%
B = 5.88%

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

#DD9317 (or 0xDD9317) is known color: Gamboge. HEX triplet: DD, 93 and 17. RGB value is (221,147,23). Sum of RGB (Red+Green+Blue) = 221+147+23=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9317 is #226CE8. Grayscale: #9B9B9B. Windows color (decimal): -2256105 or 1545181. OLE color: 1545181.

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

Color convert

RGB 221 147 23 -
CMYK 0 0.33 0.90 0.13
HSL 37.58º 0.81% 0.48% -
HSV(B) 37.58º 0.9% 0.87% -
XYZ 40.41 36.3 5.69 -
YUV 154.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 221 147 23 0 0.33 0.90 0.13 37.58 0.81 0.48
Hex DD 93 17 0 21 5A D 26 51 30
Octal 335 223 27 0 41 132 15 46 121 60
Binary 11011101 10010011 10111 0 100001 1011010 1101 100110 1010001 110000

Color Harmonies of #DD9317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9317

Black with #DD9317

Text Example


Text Example

White with #DD9317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9317; }

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

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

background-color css

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

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

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

border-color css

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

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

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