Html Css Color HEX #DC9E18 Gamboge

📋 copy color: '#DC9E18'

red 220 ◦ green 158 ◦ blue 24

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

Shades of Gamboge #DC9E18

Tints of Gamboge #DC9E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.97%

R = 54.73%
G = 39.3%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC9E18 (or 0xDC9E18) is known color: Gamboge. HEX triplet: DC, 9E and 18. RGB value is (220,158,24). Sum of RGB (Red+Green+Blue) = 220+158+24=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E18 is #2361E7. Grayscale: #A1A1A1. Windows color (decimal): -2318824 or 1613532. OLE color: 1613532.

HSL color Cylindrical-coordinate representation of color #DC9E18: hue angle of 41.02º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC9E18 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 24 -
CMYK 0 0.28 0.89 0.14
HSL 41.02º 0.8% 0.48% -
HSV(B) 41.02º 0.89% 0.86% -
XYZ 41.91 39.74 6.33 -
YUV 161.26 50.54 169.9 -
System Red Green Blue C M Y K H S L
Decimal 220 158 24 0 0.28 0.89 0.14 41.02 0.8 0.48
Hex DC 9E 18 0 1C 59 E 29 50 30
Octal 334 236 30 0 34 131 16 51 120 60
Binary 11011100 10011110 11000 0 11100 1011001 1110 101001 1010000 110000

Color Harmonies of #DC9E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E18

Black with #DC9E18

Text Example


Text Example

White with #DC9E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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