Html Css Color HEX #DC8B15 Gamboge

📋 copy color: '#DC8B15'

red 220 ◦ green 139 ◦ blue 21

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

Shades of Gamboge #DC8B15

Tints of Gamboge #DC8B15

RGB

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

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

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

R = 57.89%
G = 36.58%
B = 5.53%

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

#DC8B15 (or 0xDC8B15) is known color: Gamboge. HEX triplet: DC, 8B and 15. RGB value is (220,139,21). Sum of RGB (Red+Green+Blue) = 220+139+21=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8B15 is #2374EA. Grayscale: #969696. Windows color (decimal): -2323691 or 1412060. OLE color: 1412060.

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

Color convert

RGB 220 139 21 -
CMYK 0 0.37 0.90 0.14
HSL 35.58º 0.83% 0.47% -
HSV(B) 35.58º 0.9% 0.86% -
XYZ 38.88 33.74 5.17 -
YUV 149.77 55.34 178.09 -
System Red Green Blue C M Y K H S L
Decimal 220 139 21 0 0.37 0.90 0.14 35.58 0.83 0.47
Hex DC 8B 15 0 25 5A E 24 53 2F
Octal 334 213 25 0 45 132 16 44 123 57
Binary 11011100 10001011 10101 0 100101 1011010 1110 100100 1010011 101111

Color Harmonies of #DC8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B15

Black with #DC8B15

Text Example


Text Example

White with #DC8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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