Html Css Color HEX #DD9D13 Gamboge

📋 copy color: '#DD9D13'

red 221 ◦ green 157 ◦ blue 19

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

Shades of Gamboge #DD9D13

Tints of Gamboge #DD9D13

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.55%

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

R = 55.67%
G = 39.55%
B = 4.79%

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

#DD9D13 (or 0xDD9D13) is known color: Gamboge. HEX triplet: DD, 9D and 13. RGB value is (221,157,19). Sum of RGB (Red+Green+Blue) = 221+157+19=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9D13 is #2262EC. Grayscale: #A1A1A1. Windows color (decimal): -2253549 or 1285597. OLE color: 1285597.

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

Color convert

RGB 221 157 19 -
CMYK 0 0.29 0.91 0.13
HSL 40.99º 0.84% 0.47% -
HSV(B) 40.99º 0.91% 0.87% -
XYZ 41.99 39.53 6.03 -
YUV 160.4 48.2 171.22 -
System Red Green Blue C M Y K H S L
Decimal 221 157 19 0 0.29 0.91 0.13 40.99 0.84 0.47
Hex DD 9D 13 0 1D 5B D 29 54 2F
Octal 335 235 23 0 35 133 15 51 124 57
Binary 11011101 10011101 10011 0 11101 1011011 1101 101001 1010100 101111

Color Harmonies of #DD9D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D13

Black with #DD9D13

Text Example


Text Example

White with #DD9D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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