Html Css Color HEX #DD9C13 Gamboge

📋 copy color: '#DD9C13'

red 221 ◦ green 156 ◦ blue 19

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

Shades of Gamboge #DD9C13

Tints of Gamboge #DD9C13

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 55.81%
G = 39.39%
B = 4.8%

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

#DD9C13 (or 0xDD9C13) is known color: Gamboge. HEX triplet: DD, 9C and 13. RGB value is (221,156,19). Sum of RGB (Red+Green+Blue) = 221+156+19=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C13 is #2263EC. Grayscale: #A0A0A0. Windows color (decimal): -2253805 or 1285341. OLE color: 1285341.

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

Color convert

RGB 221 156 19 -
CMYK 0 0.29 0.91 0.13
HSL 40.69º 0.84% 0.47% -
HSV(B) 40.69º 0.91% 0.87% -
XYZ 41.82 39.2 5.98 -
YUV 159.82 48.53 171.64 -
System Red Green Blue C M Y K H S L
Decimal 221 156 19 0 0.29 0.91 0.13 40.69 0.84 0.47
Hex DD 9C 13 0 1D 5B D 29 54 2F
Octal 335 234 23 0 35 133 15 51 124 57
Binary 11011101 10011100 10011 0 11101 1011011 1101 101001 1010100 101111

Color Harmonies of #DD9C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C13

Black with #DD9C13

Text Example


Text Example

White with #DD9C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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