Html Css Color HEX #DC9F12 Gamboge

📋 copy color: '#DC9F12'

red 220 ◦ green 159 ◦ blue 18

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

Shades of Gamboge #DC9F12

Tints of Gamboge #DC9F12

RGB

 RED value IS 220 (86.33% from 255) = 55.42%

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 55.42%
G = 40.05%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC9F12 (or 0xDC9F12) is known color: Gamboge. HEX triplet: DC, 9F and 12. RGB value is (220,159,18). Sum of RGB (Red+Green+Blue) = 220+159+18=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9F12 is #2360ED. Grayscale: #A1A1A1. Windows color (decimal): -2318574 or 1220572. OLE color: 1220572.

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

Color convert

RGB 220 159 18 -
CMYK 0 0.28 0.92 0.14
HSL 41.88º 0.85% 0.47% -
HSV(B) 41.88º 0.92% 0.86% -
XYZ 42.02 40.06 6.09 -
YUV 161.17 47.21 169.96 -
System Red Green Blue C M Y K H S L
Decimal 220 159 18 0 0.28 0.92 0.14 41.88 0.85 0.47
Hex DC 9F 12 0 1C 5C E 2A 55 2F
Octal 334 237 22 0 34 134 16 52 125 57
Binary 11011100 10011111 10010 0 11100 1011100 1110 101010 1010101 101111

Color Harmonies of #DC9F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F12

Black with #DC9F12

Text Example


Text Example

White with #DC9F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F12; }

 p { color: rgb(220,159,18); }

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

background-color css

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

 a { background-color: rgb(220,159,18); }

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

border-color css

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

 span { border-color: rgb(220,159,18); }

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