Html Css Color HEX #DD9A13 Gamboge

📋 copy color: '#DD9A13'

red 221 ◦ green 154 ◦ blue 19

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

Shades of Gamboge #DD9A13

Tints of Gamboge #DD9A13

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

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

R = 56.09%
G = 39.09%
B = 4.82%

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

#DD9A13 (or 0xDD9A13) is known color: Gamboge. HEX triplet: DD, 9A and 13. RGB value is (221,154,19). Sum of RGB (Red+Green+Blue) = 221+154+19=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9A13 is #2265EC. Grayscale: #9F9F9F. Windows color (decimal): -2254317 or 1284829. OLE color: 1284829.

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

Color convert

RGB 221 154 19 -
CMYK 0 0.30 0.91 0.13
HSL 40.1º 0.84% 0.47% -
HSV(B) 40.1º 0.91% 0.87% -
XYZ 41.49 38.53 5.87 -
YUV 158.64 49.2 172.48 -
System Red Green Blue C M Y K H S L
Decimal 221 154 19 0 0.30 0.91 0.13 40.1 0.84 0.47
Hex DD 9A 13 0 1E 5B D 28 54 2F
Octal 335 232 23 0 36 133 15 50 124 57
Binary 11011101 10011010 10011 0 11110 1011011 1101 101000 1010100 101111

Color Harmonies of #DD9A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A13

Black with #DD9A13

Text Example


Text Example

White with #DD9A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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