Html Css Color HEX #DC9818 Gamboge

📋 copy color: '#DC9818'

red 220 ◦ green 152 ◦ blue 24

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

Shades of Gamboge #DC9818

Tints of Gamboge #DC9818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.38%

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

R = 55.56%
G = 38.38%
B = 6.06%

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

#DC9818 (or 0xDC9818) is known color: Gamboge. HEX triplet: DC, 98 and 18. RGB value is (220,152,24). Sum of RGB (Red+Green+Blue) = 220+152+24=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9818 is #2367E7. Grayscale: #9E9E9E. Windows color (decimal): -2320360 or 1611996. OLE color: 1611996.

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

Color convert

RGB 220 152 24 -
CMYK 0 0.31 0.89 0.14
HSL 39.18º 0.8% 0.48% -
HSV(B) 39.18º 0.89% 0.86% -
XYZ 40.91 37.74 5.99 -
YUV 157.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 220 152 24 0 0.31 0.89 0.14 39.18 0.8 0.48
Hex DC 98 18 0 1F 59 E 27 50 30
Octal 334 230 30 0 37 131 16 47 120 60
Binary 11011100 10011000 11000 0 11111 1011001 1110 100111 1010000 110000

Color Harmonies of #DC9818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9818

Black with #DC9818

Text Example


Text Example

White with #DC9818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9818; }

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

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

background-color css

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

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

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

border-color css

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

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

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