Html Css Color HEX #DC8F15 Gamboge

📋 copy color: '#DC8F15'

red 220 ◦ green 143 ◦ blue 21

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

Shades of Gamboge #DC8F15

Tints of Gamboge #DC8F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

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

R = 57.29%
G = 37.24%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8F15 (or 0xDC8F15) is known color: Gamboge. HEX triplet: DC, 8F and 15. RGB value is (220,143,21). Sum of RGB (Red+Green+Blue) = 220+143+21=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F15 is #2370EA. Grayscale: #989898. Windows color (decimal): -2322667 or 1413084. OLE color: 1413084.

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

Color convert

RGB 220 143 21 -
CMYK 0 0.35 0.90 0.14
HSL 36.78º 0.83% 0.47% -
HSV(B) 36.78º 0.9% 0.86% -
XYZ 39.47 34.91 5.37 -
YUV 152.12 54.01 176.42 -
System Red Green Blue C M Y K H S L
Decimal 220 143 21 0 0.35 0.90 0.14 36.78 0.83 0.47
Hex DC 8F 15 0 23 5A E 25 53 2F
Octal 334 217 25 0 43 132 16 45 123 57
Binary 11011100 10001111 10101 0 100011 1011010 1110 100101 1010011 101111

Color Harmonies of #DC8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F15

Black with #DC8F15

Text Example


Text Example

White with #DC8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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