Html Css Color HEX #DD9B13 Gamboge

📋 copy color: '#DD9B13'

red 221 ◦ green 155 ◦ blue 19

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

Shades of Gamboge #DD9B13

Tints of Gamboge #DD9B13

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

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

R = 55.95%
G = 39.24%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD9B13 (or 0xDD9B13) is known color: Gamboge. HEX triplet: DD, 9B and 13. RGB value is (221,155,19). Sum of RGB (Red+Green+Blue) = 221+155+19=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9B13 is #2264EC. Grayscale: #9F9F9F. Windows color (decimal): -2254061 or 1285085. OLE color: 1285085.

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

Color convert

RGB 221 155 19 -
CMYK 0 0.30 0.91 0.13
HSL 40.4º 0.84% 0.47% -
HSV(B) 40.4º 0.91% 0.87% -
XYZ 41.66 38.86 5.92 -
YUV 159.23 48.87 172.06 -
System Red Green Blue C M Y K H S L
Decimal 221 155 19 0 0.30 0.91 0.13 40.4 0.84 0.47
Hex DD 9B 13 0 1E 5B D 28 54 2F
Octal 335 233 23 0 36 133 15 50 124 57
Binary 11011101 10011011 10011 0 11110 1011011 1101 101000 1010100 101111

Color Harmonies of #DD9B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B13

Black with #DD9B13

Text Example


Text Example

White with #DD9B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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