Html Css Color HEX #DC8B13 Gamboge

📋 copy color: '#DC8B13'

red 220 ◦ green 139 ◦ blue 19

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

Shades of Gamboge #DC8B13

Tints of Gamboge #DC8B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

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

R = 58.2%
G = 36.77%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8B13 (or 0xDC8B13) is known color: Gamboge. HEX triplet: DC, 8B and 13. RGB value is (220,139,19). Sum of RGB (Red+Green+Blue) = 220+139+19=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8B13 is #2374EC. Grayscale: #969696. Windows color (decimal): -2323693 or 1280988. OLE color: 1280988.

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

Color convert

RGB 220 139 19 -
CMYK 0 0.37 0.91 0.14
HSL 35.82º 0.84% 0.47% -
HSV(B) 35.82º 0.91% 0.86% -
XYZ 38.87 33.73 5.08 -
YUV 149.54 54.34 178.26 -
System Red Green Blue C M Y K H S L
Decimal 220 139 19 0 0.37 0.91 0.14 35.82 0.84 0.47
Hex DC 8B 13 0 25 5B E 24 54 2F
Octal 334 213 23 0 45 133 16 44 124 57
Binary 11011100 10001011 10011 0 100101 1011011 1110 100100 1010100 101111

Color Harmonies of #DC8B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B13

Black with #DC8B13

Text Example


Text Example

White with #DC8B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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