Html Css Color HEX #DC840D Gamboge

📋 copy color: '#DC840D'

red 220 ◦ green 132 ◦ blue 13

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

Shades of Gamboge #DC840D

Tints of Gamboge #DC840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

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

R = 60.27%
G = 36.16%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC840D (or 0xDC840D) is known color: Gamboge. HEX triplet: DC, 84 and 0D. RGB value is (220,132,13). Sum of RGB (Red+Green+Blue) = 220+132+13=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC840D is #237BF2. Grayscale: #919191. Windows color (decimal): -2325491 or 885980. OLE color: 885980.

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

Color convert

RGB 220 132 13 -
CMYK 0 0.40 0.94 0.14
HSL 34.49º 0.89% 0.46% -
HSV(B) 34.49º 0.94% 0.86% -
XYZ 37.84 31.75 4.51 -
YUV 144.75 53.65 181.68 -
System Red Green Blue C M Y K H S L
Decimal 220 132 13 0 0.40 0.94 0.14 34.49 0.89 0.46
Hex DC 84 D 0 28 5E E 22 59 2E
Octal 334 204 15 0 50 136 16 42 131 56
Binary 11011100 10000100 1101 0 101000 1011110 1110 100010 1011001 101110

Color Harmonies of #DC840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC840D

Black with #DC840D

Text Example


Text Example

White with #DC840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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