Html Css Color HEX #DC9213 Gamboge

📋 copy color: '#DC9213'

red 220 ◦ green 146 ◦ blue 19

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

Shades of Gamboge #DC9213

Tints of Gamboge #DC9213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 57.14%
G = 37.92%
B = 4.94%

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

#DC9213 (or 0xDC9213) is known color: Gamboge. HEX triplet: DC, 92 and 13. RGB value is (220,146,19). Sum of RGB (Red+Green+Blue) = 220+146+19=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9213 is #236DEC. Grayscale: #9A9A9A. Windows color (decimal): -2321901 or 1282780. OLE color: 1282780.

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

Color convert

RGB 220 146 19 -
CMYK 0 0.34 0.91 0.14
HSL 37.91º 0.84% 0.47% -
HSV(B) 37.91º 0.91% 0.86% -
XYZ 39.91 35.82 5.43 -
YUV 153.65 52.02 175.33 -
System Red Green Blue C M Y K H S L
Decimal 220 146 19 0 0.34 0.91 0.14 37.91 0.84 0.47
Hex DC 92 13 0 22 5B E 26 54 2F
Octal 334 222 23 0 42 133 16 46 124 57
Binary 11011100 10010010 10011 0 100010 1011011 1110 100110 1010100 101111

Color Harmonies of #DC9213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9213

Black with #DC9213

Text Example


Text Example

White with #DC9213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9213; }

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

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

background-color css

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

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

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

border-color css

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

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

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