Html Css Color HEX #DC870D Gamboge

📋 copy color: '#DC870D'

red 220 ◦ green 135 ◦ blue 13

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

Shades of Gamboge #DC870D

Tints of Gamboge #DC870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 59.78%
G = 36.68%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC870D (or 0xDC870D) is known color: Gamboge. HEX triplet: DC, 87 and 0D. RGB value is (220,135,13). Sum of RGB (Red+Green+Blue) = 220+135+13=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC870D is #2378F2. Grayscale: #939393. Windows color (decimal): -2324723 or 886748. OLE color: 886748.

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

Color convert

RGB 220 135 13 -
CMYK 0 0.39 0.94 0.14
HSL 35.36º 0.89% 0.46% -
HSV(B) 35.36º 0.94% 0.86% -
XYZ 38.25 32.57 4.65 -
YUV 146.51 52.66 180.42 -
System Red Green Blue C M Y K H S L
Decimal 220 135 13 0 0.39 0.94 0.14 35.36 0.89 0.46
Hex DC 87 D 0 27 5E E 23 59 2E
Octal 334 207 15 0 47 136 16 43 131 56
Binary 11011100 10000111 1101 0 100111 1011110 1110 100011 1011001 101110

Color Harmonies of #DC870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC870D

Black with #DC870D

Text Example


Text Example

White with #DC870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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