Html Css Color HEX #DC9515 Gamboge

📋 copy color: '#DC9515'

red 220 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #DC9515

Tints of Gamboge #DC9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

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

R = 56.41%
G = 38.21%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9515 (or 0xDC9515) is known color: Gamboge. HEX triplet: DC, 95 and 15. RGB value is (220,149,21). Sum of RGB (Red+Green+Blue) = 220+149+21=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9515 is #236AEA. Grayscale: #9C9C9C. Windows color (decimal): -2321131 or 1414620. OLE color: 1414620.

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

Color convert

RGB 220 149 21 -
CMYK 0 0.32 0.90 0.14
HSL 38.59º 0.83% 0.47% -
HSV(B) 38.59º 0.9% 0.86% -
XYZ 40.4 36.76 5.68 -
YUV 155.64 52.02 173.91 -
System Red Green Blue C M Y K H S L
Decimal 220 149 21 0 0.32 0.90 0.14 38.59 0.83 0.47
Hex DC 95 15 0 20 5A E 27 53 2F
Octal 334 225 25 0 40 132 16 47 123 57
Binary 11011100 10010101 10101 0 100000 1011010 1110 100111 1010011 101111

Color Harmonies of #DC9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9515

Black with #DC9515

Text Example


Text Example

White with #DC9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9515; }

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

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

background-color css

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

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

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

border-color css

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

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

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