Html Css Color HEX #DC9A0D Gamboge

📋 copy color: '#DC9A0D'

red 220 ◦ green 154 ◦ blue 13

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

Shades of Gamboge #DC9A0D

Tints of Gamboge #DC9A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

 BLUE value IS 13 (5.47% from 255) = 3.36%

R = 56.85%
G = 39.79%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC9A0D (or 0xDC9A0D) is known color: Gamboge. HEX triplet: DC, 9A and 0D. RGB value is (220,154,13). Sum of RGB (Red+Green+Blue) = 220+154+13=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A0D is #2365F2. Grayscale: #9E9E9E. Windows color (decimal): -2319859 or 891612. OLE color: 891612.

HSL color Cylindrical-coordinate representation of color #DC9A0D: hue angle of 40.87º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC9A0D is Cyan = 0, Magento = 0.3, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 154 13 -
CMYK 0 0.3 0.94 0.14
HSL 40.87º 0.89% 0.46% -
HSV(B) 40.87º 0.94% 0.86% -
XYZ 41.14 38.36 5.62 -
YUV 157.66 46.37 172.46 -
System Red Green Blue C M Y K H S L
Decimal 220 154 13 0 0.3 0.94 0.14 40.87 0.89 0.46
Hex DC 9A D 0 1E 5E E 29 59 2E
Octal 334 232 15 0 36 136 16 51 131 56
Binary 11011100 10011010 1101 0 11110 1011110 1110 101001 1011001 101110

Color Harmonies of #DC9A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A0D

Black with #DC9A0D

Text Example


Text Example

White with #DC9A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A0D; }

 p { color: rgb(220,154,13); }

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

background-color css

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

 a { background-color: rgb(220,154,13); }

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

border-color css

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

 span { border-color: rgb(220,154,13); }

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