Html Css Color HEX #DC9E15 Gamboge

📋 copy color: '#DC9E15'

red 220 ◦ green 158 ◦ blue 21

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

Shades of Gamboge #DC9E15

Tints of Gamboge #DC9E15

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.6%

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

R = 55.14%
G = 39.6%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9E15 (or 0xDC9E15) is known color: Gamboge. HEX triplet: DC, 9E and 15. RGB value is (220,158,21). Sum of RGB (Red+Green+Blue) = 220+158+21=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E15 is #2361EA. Grayscale: #A1A1A1. Windows color (decimal): -2318827 or 1416924. OLE color: 1416924.

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

Color convert

RGB 220 158 21 -
CMYK 0 0.28 0.90 0.14
HSL 41.31º 0.83% 0.47% -
HSV(B) 41.31º 0.9% 0.86% -
XYZ 41.88 39.72 6.17 -
YUV 160.92 49.04 170.14 -
System Red Green Blue C M Y K H S L
Decimal 220 158 21 0 0.28 0.90 0.14 41.31 0.83 0.47
Hex DC 9E 15 0 1C 5A E 29 53 2F
Octal 334 236 25 0 34 132 16 51 123 57
Binary 11011100 10011110 10101 0 11100 1011010 1110 101001 1010011 101111

Color Harmonies of #DC9E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E15

Black with #DC9E15

Text Example


Text Example

White with #DC9E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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