Html Css Color HEX #DD9613 Gamboge

📋 copy color: '#DD9613'

red 221 ◦ green 150 ◦ blue 19

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

Shades of Gamboge #DD9613

Tints of Gamboge #DD9613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

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

R = 56.67%
G = 38.46%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD9613 (or 0xDD9613) is known color: Gamboge. HEX triplet: DD, 96 and 13. RGB value is (221,150,19). Sum of RGB (Red+Green+Blue) = 221+150+19=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9613 is #2269EC. Grayscale: #9C9C9C. Windows color (decimal): -2255341 or 1283805. OLE color: 1283805.

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

Color convert

RGB 221 150 19 -
CMYK 0 0.32 0.91 0.13
HSL 38.91º 0.84% 0.47% -
HSV(B) 38.91º 0.91% 0.87% -
XYZ 40.84 37.23 5.65 -
YUV 156.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 221 150 19 0 0.32 0.91 0.13 38.91 0.84 0.47
Hex DD 96 13 0 20 5B D 27 54 2F
Octal 335 226 23 0 40 133 15 47 124 57
Binary 11011101 10010110 10011 0 100000 1011011 1101 100111 1010100 101111

Color Harmonies of #DD9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9613

Black with #DD9613

Text Example


Text Example

White with #DD9613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9613; }

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

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

background-color css

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

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

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

border-color css

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

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

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