Html Css Color HEX #DD9513 Gamboge

📋 copy color: '#DD9513'

red 221 ◦ green 149 ◦ blue 19

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

Shades of Gamboge #DD9513

Tints of Gamboge #DD9513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 56.81%
G = 38.3%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD9513 (or 0xDD9513) is known color: Gamboge. HEX triplet: DD, 95 and 13. RGB value is (221,149,19). Sum of RGB (Red+Green+Blue) = 221+149+19=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9513 is #226AEC. Grayscale: #9C9C9C. Windows color (decimal): -2255597 or 1283549. OLE color: 1283549.

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

Color convert

RGB 221 149 19 -
CMYK 0 0.33 0.91 0.13
HSL 38.61º 0.84% 0.47% -
HSV(B) 38.61º 0.91% 0.87% -
XYZ 40.68 36.91 5.6 -
YUV 155.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 221 149 19 0 0.33 0.91 0.13 38.61 0.84 0.47
Hex DD 95 13 0 21 5B D 27 54 2F
Octal 335 225 23 0 41 133 15 47 124 57
Binary 11011101 10010101 10011 0 100001 1011011 1101 100111 1010100 101111

Color Harmonies of #DD9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9513

Black with #DD9513

Text Example


Text Example

White with #DD9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9513; }

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

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

background-color css

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

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

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

border-color css

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

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

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