Html Css Color HEX #DD8610 Gamboge

📋 copy color: '#DD8610'

red 221 ◦ green 134 ◦ blue 16

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

Shades of Gamboge #DD8610

Tints of Gamboge #DD8610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 59.57%
G = 36.12%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD8610 (or 0xDD8610) is known color: Gamboge. HEX triplet: DD, 86 and 10. RGB value is (221,134,16). Sum of RGB (Red+Green+Blue) = 221+134+16=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8610 is #2279EF. Grayscale: #939393. Windows color (decimal): -2259440 or 1083101. OLE color: 1083101.

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

Color convert

RGB 221 134 16 -
CMYK 0 0.39 0.93 0.13
HSL 34.54º 0.86% 0.46% -
HSV(B) 34.54º 0.93% 0.87% -
XYZ 38.44 32.46 4.73 -
YUV 146.56 54.32 181.09 -
System Red Green Blue C M Y K H S L
Decimal 221 134 16 0 0.39 0.93 0.13 34.54 0.86 0.46
Hex DD 86 10 0 27 5D D 23 56 2E
Octal 335 206 20 0 47 135 15 43 126 56
Binary 11011101 10000110 10000 0 100111 1011101 1101 100011 1010110 101110

Color Harmonies of #DD8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8610

Black with #DD8610

Text Example


Text Example

White with #DD8610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8610; }

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

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

background-color css

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

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

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

border-color css

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

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

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