Html Css Color HEX #DC9D0C Gamboge

📋 copy color: '#DC9D0C'

red 220 ◦ green 157 ◦ blue 12

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

Shades of Gamboge #DC9D0C

Tints of Gamboge #DC9D0C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 56.56%
G = 40.36%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC9D0C (or 0xDC9D0C) is known color: Gamboge. HEX triplet: DC, 9D and 0C. RGB value is (220,157,12). Sum of RGB (Red+Green+Blue) = 220+157+12=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D0C is #2362F3. Grayscale: #9F9F9F. Windows color (decimal): -2319092 or 826844. OLE color: 826844.

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

Color convert

RGB 220 157 12 -
CMYK 0 0.29 0.95 0.14
HSL 41.83º 0.9% 0.45% -
HSV(B) 41.83º 0.95% 0.86% -
XYZ 41.64 39.36 5.75 -
YUV 159.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 220 157 12 0 0.29 0.95 0.14 41.83 0.9 0.45
Hex DC 9D C 0 1D 5F E 2A 5A 2D
Octal 334 235 14 0 35 137 16 52 132 55
Binary 11011100 10011101 1100 0 11101 1011111 1110 101010 1011010 101101

Color Harmonies of #DC9D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D0C

Black with #DC9D0C

Text Example


Text Example

White with #DC9D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D0C; }

 p { color: rgb(220,157,12); }

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

background-color css

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

 a { background-color: rgb(220,157,12); }

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

border-color css

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

 span { border-color: rgb(220,157,12); }

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