Html Css Color HEX #DC9713 Gamboge

📋 copy color: '#DC9713'

red 220 ◦ green 151 ◦ blue 19

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

Shades of Gamboge #DC9713

Tints of Gamboge #DC9713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 56.41%
G = 38.72%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9713 (or 0xDC9713) is known color: Gamboge. HEX triplet: DC, 97 and 13. RGB value is (220,151,19). Sum of RGB (Red+Green+Blue) = 220+151+19=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9713 is #2368EC. Grayscale: #9D9D9D. Windows color (decimal): -2320621 or 1284060. OLE color: 1284060.

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

Color convert

RGB 220 151 19 -
CMYK 0 0.31 0.91 0.14
HSL 39.4º 0.84% 0.47% -
HSV(B) 39.4º 0.91% 0.86% -
XYZ 40.7 37.4 5.69 -
YUV 156.58 50.36 173.23 -
System Red Green Blue C M Y K H S L
Decimal 220 151 19 0 0.31 0.91 0.14 39.4 0.84 0.47
Hex DC 97 13 0 1F 5B E 27 54 2F
Octal 334 227 23 0 37 133 16 47 124 57
Binary 11011100 10010111 10011 0 11111 1011011 1110 100111 1010100 101111

Color Harmonies of #DC9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9713

Black with #DC9713

Text Example


Text Example

White with #DC9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9713; }

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

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

background-color css

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

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

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

border-color css

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

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

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