Html Css Color HEX #DC8A15 Gamboge

📋 copy color: '#DC8A15'

red 220 ◦ green 138 ◦ blue 21

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

Shades of Gamboge #DC8A15

Tints of Gamboge #DC8A15

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

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

R = 58.05%
G = 36.41%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8A15 (or 0xDC8A15) is known color: Gamboge. HEX triplet: DC, 8A and 15. RGB value is (220,138,21). Sum of RGB (Red+Green+Blue) = 220+138+21=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8A15 is #2375EA. Grayscale: #959595. Windows color (decimal): -2323947 or 1411804. OLE color: 1411804.

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

Color convert

RGB 220 138 21 -
CMYK 0 0.37 0.90 0.14
HSL 35.28º 0.83% 0.47% -
HSV(B) 35.28º 0.9% 0.86% -
XYZ 38.74 33.45 5.12 -
YUV 149.18 55.67 178.51 -
System Red Green Blue C M Y K H S L
Decimal 220 138 21 0 0.37 0.90 0.14 35.28 0.83 0.47
Hex DC 8A 15 0 25 5A E 23 53 2F
Octal 334 212 25 0 45 132 16 43 123 57
Binary 11011100 10001010 10101 0 100101 1011010 1110 100011 1010011 101111

Color Harmonies of #DC8A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A15

Black with #DC8A15

Text Example


Text Example

White with #DC8A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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