Html Css Color HEX #DC8815 Gamboge

📋 copy color: '#DC8815'

red 220 ◦ green 136 ◦ blue 21

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

Shades of Gamboge #DC8815

Tints of Gamboge #DC8815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 58.36%
G = 36.07%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8815 (or 0xDC8815) is known color: Gamboge. HEX triplet: DC, 88 and 15. RGB value is (220,136,21). Sum of RGB (Red+Green+Blue) = 220+136+21=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8815 is #2377EA. Grayscale: #949494. Windows color (decimal): -2324459 or 1411292. OLE color: 1411292.

HSL color Cylindrical-coordinate representation of color #DC8815: hue angle of 34.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8815 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 21 -
CMYK 0 0.38 0.90 0.14
HSL 34.67º 0.83% 0.47% -
HSV(B) 34.67º 0.9% 0.86% -
XYZ 38.45 32.88 5.03 -
YUV 148.01 56.33 179.35 -
System Red Green Blue C M Y K H S L
Decimal 220 136 21 0 0.38 0.90 0.14 34.67 0.83 0.47
Hex DC 88 15 0 26 5A E 23 53 2F
Octal 334 210 25 0 46 132 16 43 123 57
Binary 11011100 10001000 10101 0 100110 1011010 1110 100011 1010011 101111

Color Harmonies of #DC8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8815

Black with #DC8815

Text Example


Text Example

White with #DC8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8815; }

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

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

background-color css

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

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

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

border-color css

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

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

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