Html Css Color HEX #DC9512 Gamboge

📋 copy color: '#DC9512'

red 220 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #DC9512

Tints of Gamboge #DC9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 56.85%
G = 38.5%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC9512 (or 0xDC9512) is known color: Gamboge. HEX triplet: DC, 95 and 12. RGB value is (220,149,18). Sum of RGB (Red+Green+Blue) = 220+149+18=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9512 is #236AED. Grayscale: #9B9B9B. Windows color (decimal): -2321134 or 1218012. OLE color: 1218012.

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

Color convert

RGB 220 149 18 -
CMYK 0 0.32 0.92 0.14
HSL 38.91º 0.85% 0.47% -
HSV(B) 38.91º 0.92% 0.86% -
XYZ 40.37 36.75 5.54 -
YUV 155.3 50.52 174.15 -
System Red Green Blue C M Y K H S L
Decimal 220 149 18 0 0.32 0.92 0.14 38.91 0.85 0.47
Hex DC 95 12 0 20 5C E 27 55 2F
Octal 334 225 22 0 40 134 16 47 125 57
Binary 11011100 10010101 10010 0 100000 1011100 1110 100111 1010101 101111

Color Harmonies of #DC9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9512

Black with #DC9512

Text Example


Text Example

White with #DC9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9512; }

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

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

background-color css

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

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

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

border-color css

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

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

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