Html Css Color HEX #DC9618 Gamboge

📋 copy color: '#DC9618'

red 220 ◦ green 150 ◦ blue 24

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

Shades of Gamboge #DC9618

Tints of Gamboge #DC9618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

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

R = 55.84%
G = 38.07%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC9618 (or 0xDC9618) is known color: Gamboge. HEX triplet: DC, 96 and 18. RGB value is (220,150,24). Sum of RGB (Red+Green+Blue) = 220+150+24=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9618 is #2369E7. Grayscale: #9D9D9D. Windows color (decimal): -2320872 or 1611484. OLE color: 1611484.

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

Color convert

RGB 220 150 24 -
CMYK 0 0.32 0.89 0.14
HSL 38.57º 0.8% 0.48% -
HSV(B) 38.57º 0.89% 0.86% -
XYZ 40.59 37.09 5.88 -
YUV 156.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 220 150 24 0 0.32 0.89 0.14 38.57 0.8 0.48
Hex DC 96 18 0 20 59 E 27 50 30
Octal 334 226 30 0 40 131 16 47 120 60
Binary 11011100 10010110 11000 0 100000 1011001 1110 100111 1010000 110000

Color Harmonies of #DC9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9618

Black with #DC9618

Text Example


Text Example

White with #DC9618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9618; }

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

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

background-color css

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

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

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

border-color css

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

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

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