Html Css Color HEX #DD9910 Gamboge

📋 copy color: '#DD9910'

red 221 ◦ green 153 ◦ blue 16

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

Shades of Gamboge #DD9910

Tints of Gamboge #DD9910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

 BLUE value IS 16 (6.64% from 255) = 4.1%

R = 56.67%
G = 39.23%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD9910 (or 0xDD9910) is known color: Gamboge. HEX triplet: DD, 99 and 10. RGB value is (221,153,16). Sum of RGB (Red+Green+Blue) = 221+153+16=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9910 is #2266EF. Grayscale: #9E9E9E. Windows color (decimal): -2254576 or 1087965. OLE color: 1087965.

HSL color Cylindrical-coordinate representation of color #DD9910: hue angle of 40.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD9910 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 16 -
CMYK 0 0.31 0.93 0.13
HSL 40.1º 0.86% 0.46% -
HSV(B) 40.1º 0.93% 0.87% -
XYZ 41.3 38.19 5.69 -
YUV 157.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 221 153 16 0 0.31 0.93 0.13 40.1 0.86 0.46
Hex DD 99 10 0 1F 5D D 28 56 2E
Octal 335 231 20 0 37 135 15 50 126 56
Binary 11011101 10011001 10000 0 11111 1011101 1101 101000 1010110 101110

Color Harmonies of #DD9910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9910

Black with #DD9910

Text Example


Text Example

White with #DD9910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9910; }

 p { color: rgb(221,153,16); }

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

background-color css

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

 a { background-color: rgb(221,153,16); }

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

border-color css

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

 span { border-color: rgb(221,153,16); }

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