Html Css Color HEX #DC9816 Gamboge

📋 copy color: '#DC9816'

red 220 ◦ green 152 ◦ blue 22

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

Shades of Gamboge #DC9816

Tints of Gamboge #DC9816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.58%

R = 55.84%
G = 38.58%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC9816 (or 0xDC9816) is known color: Gamboge. HEX triplet: DC, 98 and 16. RGB value is (220,152,22). Sum of RGB (Red+Green+Blue) = 220+152+22=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9816 is #2367E9. Grayscale: #9E9E9E. Windows color (decimal): -2320362 or 1480924. OLE color: 1480924.

HSL color Cylindrical-coordinate representation of color #DC9816: hue angle of 39.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9816 is Cyan = 0, Magento = 0.31, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 22 -
CMYK 0 0.31 0.9 0.14
HSL 39.39º 0.82% 0.47% -
HSV(B) 39.39º 0.9% 0.86% -
XYZ 40.89 37.73 5.89 -
YUV 157.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 220 152 22 0 0.31 0.9 0.14 39.39 0.82 0.47
Hex DC 98 16 0 1F 5A E 27 52 2F
Octal 334 230 26 0 37 132 16 47 122 57
Binary 11011100 10011000 10110 0 11111 1011010 1110 100111 1010010 101111

Color Harmonies of #DC9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9816

Black with #DC9816

Text Example


Text Example

White with #DC9816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9816; }

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

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

background-color css

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

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

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

border-color css

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

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

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