Html Css Color HEX #DC9915 Gamboge

📋 copy color: '#DC9915'

red 220 ◦ green 153 ◦ blue 21

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

Shades of Gamboge #DC9915

Tints of Gamboge #DC9915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 55.84%
G = 38.83%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9915 (or 0xDC9915) is known color: Gamboge. HEX triplet: DC, 99 and 15. RGB value is (220,153,21). Sum of RGB (Red+Green+Blue) = 220+153+21=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9915 is #2366EA. Grayscale: #9E9E9E. Windows color (decimal): -2320107 or 1415644. OLE color: 1415644.

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

Color convert

RGB 220 153 21 -
CMYK 0 0.30 0.90 0.14
HSL 39.8º 0.83% 0.47% -
HSV(B) 39.8º 0.9% 0.86% -
XYZ 41.04 38.05 5.89 -
YUV 157.99 50.7 172.23 -
System Red Green Blue C M Y K H S L
Decimal 220 153 21 0 0.30 0.90 0.14 39.8 0.83 0.47
Hex DC 99 15 0 1E 5A E 28 53 2F
Octal 334 231 25 0 36 132 16 50 123 57
Binary 11011100 10011001 10101 0 11110 1011010 1110 101000 1010011 101111

Color Harmonies of #DC9915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9915

Black with #DC9915

Text Example


Text Example

White with #DC9915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9915; }

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

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

background-color css

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

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

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

border-color css

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

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

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