Html Css Color HEX #DC9718 Gamboge

📋 copy color: '#DC9718'

red 220 ◦ green 151 ◦ blue 24

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

Shades of Gamboge #DC9718

Tints of Gamboge #DC9718

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

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

R = 55.7%
G = 38.23%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC9718 (or 0xDC9718) is known color: Gamboge. HEX triplet: DC, 97 and 18. RGB value is (220,151,24). Sum of RGB (Red+Green+Blue) = 220+151+24=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9718 is #2368E7. Grayscale: #9D9D9D. Windows color (decimal): -2320616 or 1611740. OLE color: 1611740.

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

Color convert

RGB 220 151 24 -
CMYK 0 0.31 0.89 0.14
HSL 38.88º 0.8% 0.48% -
HSV(B) 38.88º 0.89% 0.86% -
XYZ 40.75 37.41 5.94 -
YUV 157.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 220 151 24 0 0.31 0.89 0.14 38.88 0.8 0.48
Hex DC 97 18 0 1F 59 E 27 50 30
Octal 334 227 30 0 37 131 16 47 120 60
Binary 11011100 10010111 11000 0 11111 1011001 1110 100111 1010000 110000

Color Harmonies of #DC9718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9718

Black with #DC9718

Text Example


Text Example

White with #DC9718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9718; }

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

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

background-color css

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

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

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

border-color css

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

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

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