Html Css Color HEX #DC9417 Gamboge

📋 copy color: '#DC9417'

red 220 ◦ green 148 ◦ blue 23

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

Shades of Gamboge #DC9417

Tints of Gamboge #DC9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 56.27%
G = 37.85%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9417 (or 0xDC9417) is known color: Gamboge. HEX triplet: DC, 94 and 17. RGB value is (220,148,23). Sum of RGB (Red+Green+Blue) = 220+148+23=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9417 is #236BE8. Grayscale: #9B9B9B. Windows color (decimal): -2321385 or 1545436. OLE color: 1545436.

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

Color convert

RGB 220 148 23 -
CMYK 0 0.33 0.90 0.14
HSL 38.07º 0.81% 0.48% -
HSV(B) 38.07º 0.9% 0.86% -
XYZ 40.26 36.46 5.73 -
YUV 155.28 53.35 174.16 -
System Red Green Blue C M Y K H S L
Decimal 220 148 23 0 0.33 0.90 0.14 38.07 0.81 0.48
Hex DC 94 17 0 21 5A E 26 51 30
Octal 334 224 27 0 41 132 16 46 121 60
Binary 11011100 10010100 10111 0 100001 1011010 1110 100110 1010001 110000

Color Harmonies of #DC9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9417

Black with #DC9417

Text Example


Text Example

White with #DC9417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9417; }

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

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

background-color css

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

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

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

border-color css

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

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

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