Html Css Color HEX #DD9E10 Gamboge

📋 copy color: '#DD9E10'

red 221 ◦ green 158 ◦ blue 16

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

Shades of Gamboge #DD9E10

Tints of Gamboge #DD9E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

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

R = 55.95%
G = 40%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD9E10 (or 0xDD9E10) is known color: Gamboge. HEX triplet: DD, 9E and 10. RGB value is (221,158,16). Sum of RGB (Red+Green+Blue) = 221+158+16=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9E10 is #2261EF. Grayscale: #A1A1A1. Windows color (decimal): -2253296 or 1089245. OLE color: 1089245.

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

Color convert

RGB 221 158 16 -
CMYK 0 0.29 0.93 0.13
HSL 41.56º 0.86% 0.46% -
HSV(B) 41.56º 0.93% 0.87% -
XYZ 42.14 39.86 5.96 -
YUV 160.65 46.37 171.05 -
System Red Green Blue C M Y K H S L
Decimal 221 158 16 0 0.29 0.93 0.13 41.56 0.86 0.46
Hex DD 9E 10 0 1D 5D D 2A 56 2E
Octal 335 236 20 0 35 135 15 52 126 56
Binary 11011101 10011110 10000 0 11101 1011101 1101 101010 1010110 101110

Color Harmonies of #DD9E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E10

Black with #DD9E10

Text Example


Text Example

White with #DD9E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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