Html Css Color HEX #DC9612 Gamboge

📋 copy color: '#DC9612'

red 220 ◦ green 150 ◦ blue 18

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

Shades of Gamboge #DC9612

Tints of Gamboge #DC9612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 56.7%
G = 38.66%
B = 4.64%

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

#DC9612 (or 0xDC9612) is known color: Gamboge. HEX triplet: DC, 96 and 12. RGB value is (220,150,18). Sum of RGB (Red+Green+Blue) = 220+150+18=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9612 is #2369ED. Grayscale: #9C9C9C. Windows color (decimal): -2320878 or 1218268. OLE color: 1218268.

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

Color convert

RGB 220 150 18 -
CMYK 0 0.32 0.92 0.14
HSL 39.21º 0.85% 0.47% -
HSV(B) 39.21º 0.92% 0.86% -
XYZ 40.53 37.07 5.59 -
YUV 155.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 220 150 18 0 0.32 0.92 0.14 39.21 0.85 0.47
Hex DC 96 12 0 20 5C E 27 55 2F
Octal 334 226 22 0 40 134 16 47 125 57
Binary 11011100 10010110 10010 0 100000 1011100 1110 100111 1010101 101111

Color Harmonies of #DC9612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9612

Black with #DC9612

Text Example


Text Example

White with #DC9612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9612; }

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

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

background-color css

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

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

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

border-color css

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

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

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