Html Css Color HEX #DC9E12 Gamboge

📋 copy color: '#DC9E12'

red 220 ◦ green 158 ◦ blue 18

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

Shades of Gamboge #DC9E12

Tints of Gamboge #DC9E12

RGB

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

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

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

R = 55.56%
G = 39.9%
B = 4.55%

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

#DC9E12 (or 0xDC9E12) is known color: Gamboge. HEX triplet: DC, 9E and 12. RGB value is (220,158,18). Sum of RGB (Red+Green+Blue) = 220+158+18=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E12 is #2361ED. Grayscale: #A1A1A1. Windows color (decimal): -2318830 or 1220316. OLE color: 1220316.

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

Color convert

RGB 220 158 18 -
CMYK 0 0.28 0.92 0.14
HSL 41.58º 0.85% 0.47% -
HSV(B) 41.58º 0.92% 0.86% -
XYZ 41.85 39.71 6.03 -
YUV 160.58 47.54 170.38 -
System Red Green Blue C M Y K H S L
Decimal 220 158 18 0 0.28 0.92 0.14 41.58 0.85 0.47
Hex DC 9E 12 0 1C 5C E 2A 55 2F
Octal 334 236 22 0 34 134 16 52 125 57
Binary 11011100 10011110 10010 0 11100 1011100 1110 101010 1010101 101111

Color Harmonies of #DC9E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E12

Black with #DC9E12

Text Example


Text Example

White with #DC9E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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