Html Css Color HEX #DD8C12 Gamboge

📋 copy color: '#DD8C12'

red 221 ◦ green 140 ◦ blue 18

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

Shades of Gamboge #DD8C12

Tints of Gamboge #DD8C12

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.94%

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

R = 58.31%
G = 36.94%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD8C12 (or 0xDD8C12) is known color: Gamboge. HEX triplet: DD, 8C and 12. RGB value is (221,140,18). Sum of RGB (Red+Green+Blue) = 221+140+18=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C12 is #2273ED. Grayscale: #969696. Windows color (decimal): -2257902 or 1215709. OLE color: 1215709.

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

Color convert

RGB 221 140 18 -
CMYK 0 0.37 0.92 0.13
HSL 36.06º 0.85% 0.47% -
HSV(B) 36.06º 0.92% 0.87% -
XYZ 39.31 34.17 5.1 -
YUV 150.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 221 140 18 0 0.37 0.92 0.13 36.06 0.85 0.47
Hex DD 8C 12 0 25 5C D 24 55 2F
Octal 335 214 22 0 45 134 15 44 125 57
Binary 11011101 10001100 10010 0 100101 1011100 1101 100100 1010101 101111

Color Harmonies of #DD8C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C12

Black with #DD8C12

Text Example


Text Example

White with #DD8C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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