Html Css Color HEX #DC9113 Gamboge

📋 copy color: '#DC9113'

red 220 ◦ green 145 ◦ blue 19

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

Shades of Gamboge #DC9113

Tints of Gamboge #DC9113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 57.29%
G = 37.76%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9113 (or 0xDC9113) is known color: Gamboge. HEX triplet: DC, 91 and 13. RGB value is (220,145,19). Sum of RGB (Red+Green+Blue) = 220+145+19=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9113 is #236EEC. Grayscale: #999999. Windows color (decimal): -2322157 or 1282524. OLE color: 1282524.

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

Color convert

RGB 220 145 19 -
CMYK 0 0.34 0.91 0.14
HSL 37.61º 0.84% 0.47% -
HSV(B) 37.61º 0.91% 0.86% -
XYZ 39.76 35.51 5.38 -
YUV 153.06 52.35 175.75 -
System Red Green Blue C M Y K H S L
Decimal 220 145 19 0 0.34 0.91 0.14 37.61 0.84 0.47
Hex DC 91 13 0 22 5B E 26 54 2F
Octal 334 221 23 0 42 133 16 46 124 57
Binary 11011100 10010001 10011 0 100010 1011011 1110 100110 1010100 101111

Color Harmonies of #DC9113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9113

Black with #DC9113

Text Example


Text Example

White with #DC9113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9113; }

 p { color: rgb(220,145,19); }

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

background-color css

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

 a { background-color: rgb(220,145,19); }

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

border-color css

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

 span { border-color: rgb(220,145,19); }

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