Html Css Color HEX #DC8813 Gamboge

📋 copy color: '#DC8813'

red 220 ◦ green 136 ◦ blue 19

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

Shades of Gamboge #DC8813

Tints of Gamboge #DC8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 58.67%
G = 36.27%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8813 (or 0xDC8813) is known color: Gamboge. HEX triplet: DC, 88 and 13. RGB value is (220,136,19). Sum of RGB (Red+Green+Blue) = 220+136+19=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8813 is #2377EC. Grayscale: #949494. Windows color (decimal): -2324461 or 1280220. OLE color: 1280220.

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

Color convert

RGB 220 136 19 -
CMYK 0 0.38 0.91 0.14
HSL 34.93º 0.84% 0.47% -
HSV(B) 34.93º 0.91% 0.86% -
XYZ 38.44 32.87 4.93 -
YUV 147.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 220 136 19 0 0.38 0.91 0.14 34.93 0.84 0.47
Hex DC 88 13 0 26 5B E 23 54 2F
Octal 334 210 23 0 46 133 16 43 124 57
Binary 11011100 10001000 10011 0 100110 1011011 1110 100011 1010100 101111

Color Harmonies of #DC8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8813

Black with #DC8813

Text Example


Text Example

White with #DC8813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8813; }

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

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

background-color css

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

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

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

border-color css

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

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

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