Html Css Color HEX #DD9E17 Gamboge

📋 copy color: '#DD9E17'

red 221 ◦ green 158 ◦ blue 23

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

Shades of Gamboge #DD9E17

Tints of Gamboge #DD9E17

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

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

R = 54.98%
G = 39.3%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD9E17 (or 0xDD9E17) is known color: Gamboge. HEX triplet: DD, 9E and 17. RGB value is (221,158,23). Sum of RGB (Red+Green+Blue) = 221+158+23=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9E17 is #2261E8. Grayscale: #A2A2A2. Windows color (decimal): -2253289 or 1547997. OLE color: 1547997.

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

Color convert

RGB 221 158 23 -
CMYK 0 0.29 0.90 0.13
HSL 40.91º 0.81% 0.48% -
HSV(B) 40.91º 0.9% 0.87% -
XYZ 42.2 39.89 6.29 -
YUV 161.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 221 158 23 0 0.29 0.90 0.13 40.91 0.81 0.48
Hex DD 9E 17 0 1D 5A D 29 51 30
Octal 335 236 27 0 35 132 15 51 121 60
Binary 11011101 10011110 10111 0 11101 1011010 1101 101001 1010001 110000

Color Harmonies of #DD9E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E17

Black with #DD9E17

Text Example


Text Example

White with #DD9E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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