Html Css Color HEX #DC9517 Gamboge

📋 copy color: '#DC9517'

red 220 ◦ green 149 ◦ blue 23

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

Shades of Gamboge #DC9517

Tints of Gamboge #DC9517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.87%

R = 56.12%
G = 38.01%
B = 5.87%

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

#DC9517 (or 0xDC9517) is known color: Gamboge. HEX triplet: DC, 95 and 17. RGB value is (220,149,23). Sum of RGB (Red+Green+Blue) = 220+149+23=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9517 is #236AE8. Grayscale: #9C9C9C. Windows color (decimal): -2321129 or 1545692. OLE color: 1545692.

HSL color Cylindrical-coordinate representation of color #DC9517: hue angle of 38.38º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9517 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 23 -
CMYK 0 0.32 0.90 0.14
HSL 38.38º 0.81% 0.48% -
HSV(B) 38.38º 0.9% 0.86% -
XYZ 40.42 36.77 5.78 -
YUV 155.87 53.02 173.75 -
System Red Green Blue C M Y K H S L
Decimal 220 149 23 0 0.32 0.90 0.14 38.38 0.81 0.48
Hex DC 95 17 0 20 5A E 26 51 30
Octal 334 225 27 0 40 132 16 46 121 60
Binary 11011100 10010101 10111 0 100000 1011010 1110 100110 1010001 110000

Color Harmonies of #DC9517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9517

Black with #DC9517

Text Example


Text Example

White with #DC9517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9517; }

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

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

background-color css

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

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

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

border-color css

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

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

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