Html Css Color HEX #DC9513 Gamboge

📋 copy color: '#DC9513'

red 220 ◦ green 149 ◦ blue 19

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

Shades of Gamboge #DC9513

Tints of Gamboge #DC9513

RGB

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

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

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

R = 56.7%
G = 38.4%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9513 (or 0xDC9513) is known color: Gamboge. HEX triplet: DC, 95 and 13. RGB value is (220,149,19). Sum of RGB (Red+Green+Blue) = 220+149+19=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9513 is #236AEC. Grayscale: #9C9C9C. Windows color (decimal): -2321133 or 1283548. OLE color: 1283548.

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

Color convert

RGB 220 149 19 -
CMYK 0 0.32 0.91 0.14
HSL 38.81º 0.84% 0.47% -
HSV(B) 38.81º 0.91% 0.86% -
XYZ 40.38 36.76 5.58 -
YUV 155.41 51.02 174.07 -
System Red Green Blue C M Y K H S L
Decimal 220 149 19 0 0.32 0.91 0.14 38.81 0.84 0.47
Hex DC 95 13 0 20 5B E 27 54 2F
Octal 334 225 23 0 40 133 16 47 124 57
Binary 11011100 10010101 10011 0 100000 1011011 1110 100111 1010100 101111

Color Harmonies of #DC9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9513

Black with #DC9513

Text Example


Text Example

White with #DC9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9513; }

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

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

background-color css

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

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

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

border-color css

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

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

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