Html Css Color HEX #DD9E13 Gamboge

📋 copy color: '#DD9E13'

red 221 ◦ green 158 ◦ blue 19

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

Shades of Gamboge #DD9E13

Tints of Gamboge #DD9E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 55.53%
G = 39.7%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD9E13 (or 0xDD9E13) is known color: Gamboge. HEX triplet: DD, 9E and 13. RGB value is (221,158,19). Sum of RGB (Red+Green+Blue) = 221+158+19=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9E13 is #2261EC. Grayscale: #A1A1A1. Windows color (decimal): -2253293 or 1285853. OLE color: 1285853.

HSL color Cylindrical-coordinate representation of color #DD9E13: hue angle of 41.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD9E13 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 19 -
CMYK 0 0.29 0.91 0.13
HSL 41.29º 0.84% 0.47% -
HSV(B) 41.29º 0.91% 0.87% -
XYZ 42.16 39.87 6.09 -
YUV 160.99 47.87 170.8 -
System Red Green Blue C M Y K H S L
Decimal 221 158 19 0 0.29 0.91 0.13 41.29 0.84 0.47
Hex DD 9E 13 0 1D 5B D 29 54 2F
Octal 335 236 23 0 35 133 15 51 124 57
Binary 11011101 10011110 10011 0 11101 1011011 1101 101001 1010100 101111

Color Harmonies of #DD9E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E13

Black with #DD9E13

Text Example


Text Example

White with #DD9E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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