Html Css Color HEX #DC9C14 Gamboge

📋 copy color: '#DC9C14'

red 220 ◦ green 156 ◦ blue 20

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

Shades of Gamboge #DC9C14

Tints of Gamboge #DC9C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 55.56%
G = 39.39%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9C14 (or 0xDC9C14) is known color: Gamboge. HEX triplet: DC, 9C and 14. RGB value is (220,156,20). Sum of RGB (Red+Green+Blue) = 220+156+20=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C14 is #2363EB. Grayscale: #A0A0A0. Windows color (decimal): -2319340 or 1350876. OLE color: 1350876.

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

Color convert

RGB 220 156 20 -
CMYK 0 0.29 0.91 0.14
HSL 40.8º 0.83% 0.47% -
HSV(B) 40.8º 0.91% 0.86% -
XYZ 41.53 39.04 6.01 -
YUV 159.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 220 156 20 0 0.29 0.91 0.14 40.8 0.83 0.47
Hex DC 9C 14 0 1D 5B E 29 53 2F
Octal 334 234 24 0 35 133 16 51 123 57
Binary 11011100 10011100 10100 0 11101 1011011 1110 101001 1010011 101111

Color Harmonies of #DC9C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C14

Black with #DC9C14

Text Example


Text Example

White with #DC9C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C14; }

 p { color: rgb(220,156,20); }

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

background-color css

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

 a { background-color: rgb(220,156,20); }

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

border-color css

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

 span { border-color: rgb(220,156,20); }

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