Html Css Color HEX #DD9013 Gamboge

📋 copy color: '#DD9013'

red 221 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #DD9013

Tints of Gamboge #DD9013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

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

R = 57.55%
G = 37.5%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD9013 (or 0xDD9013) is known color: Gamboge. HEX triplet: DD, 90 and 13. RGB value is (221,144,19). Sum of RGB (Red+Green+Blue) = 221+144+19=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9013 is #226FEC. Grayscale: #999999. Windows color (decimal): -2256877 or 1282269. OLE color: 1282269.

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

Color convert

RGB 221 144 19 -
CMYK 0 0.35 0.91 0.13
HSL 37.13º 0.84% 0.47% -
HSV(B) 37.13º 0.91% 0.87% -
XYZ 39.91 35.37 5.34 -
YUV 152.77 52.51 176.66 -
System Red Green Blue C M Y K H S L
Decimal 221 144 19 0 0.35 0.91 0.13 37.13 0.84 0.47
Hex DD 90 13 0 23 5B D 25 54 2F
Octal 335 220 23 0 43 133 15 45 124 57
Binary 11011101 10010000 10011 0 100011 1011011 1101 100101 1010100 101111

Color Harmonies of #DD9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9013

Black with #DD9013

Text Example


Text Example

White with #DD9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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