Html Css Color HEX #DD8E12 Gamboge

📋 copy color: '#DD8E12'

red 221 ◦ green 142 ◦ blue 18

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

Shades of Gamboge #DD8E12

Tints of Gamboge #DD8E12

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 58.01%
G = 37.27%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD8E12 (or 0xDD8E12) is known color: Gamboge. HEX triplet: DD, 8E and 12. RGB value is (221,142,18). Sum of RGB (Red+Green+Blue) = 221+142+18=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8E12 is #2271ED. Grayscale: #989898. Windows color (decimal): -2257390 or 1216221. OLE color: 1216221.

HSL color Cylindrical-coordinate representation of color #DD8E12: hue angle of 36.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD8E12 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 142 18 -
CMYK 0 0.36 0.92 0.13
HSL 36.65º 0.85% 0.47% -
HSV(B) 36.65º 0.92% 0.87% -
XYZ 39.6 34.76 5.19 -
YUV 151.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 221 142 18 0 0.36 0.92 0.13 36.65 0.85 0.47
Hex DD 8E 12 0 24 5C D 25 55 2F
Octal 335 216 22 0 44 134 15 45 125 57
Binary 11011101 10001110 10010 0 100100 1011100 1101 100101 1010101 101111

Color Harmonies of #DD8E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E12

Black with #DD8E12

Text Example


Text Example

White with #DD8E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E12; }

 p { color: rgb(221,142,18); }

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

background-color css

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

 a { background-color: rgb(221,142,18); }

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

border-color css

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

 span { border-color: rgb(221,142,18); }

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