Html Css Color HEX #DC9018 Gamboge

📋 copy color: '#DC9018'

red 220 ◦ green 144 ◦ blue 24

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

Shades of Gamboge #DC9018

Tints of Gamboge #DC9018

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 56.7%
G = 37.11%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC9018 (or 0xDC9018) is known color: Gamboge. HEX triplet: DC, 90 and 18. RGB value is (220,144,24). Sum of RGB (Red+Green+Blue) = 220+144+24=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9018 is #236FE7. Grayscale: #999999. Windows color (decimal): -2322408 or 1609948. OLE color: 1609948.

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

Color convert

RGB 220 144 24 -
CMYK 0 0.35 0.89 0.14
HSL 36.73º 0.8% 0.48% -
HSV(B) 36.73º 0.89% 0.86% -
XYZ 39.65 35.23 5.57 -
YUV 153.04 55.18 175.76 -
System Red Green Blue C M Y K H S L
Decimal 220 144 24 0 0.35 0.89 0.14 36.73 0.8 0.48
Hex DC 90 18 0 23 59 E 25 50 30
Octal 334 220 30 0 43 131 16 45 120 60
Binary 11011100 10010000 11000 0 100011 1011001 1110 100101 1010000 110000

Color Harmonies of #DC9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9018

Black with #DC9018

Text Example


Text Example

White with #DC9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9018; }

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

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

background-color css

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

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

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

border-color css

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

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

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