Html Css Color HEX #DC8F0A Gamboge

📋 copy color: '#DC8F0A'

red 220 ◦ green 143 ◦ blue 10

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

Shades of Gamboge #DC8F0A

Tints of Gamboge #DC8F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 58.98%
G = 38.34%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC8F0A (or 0xDC8F0A) is known color: Gamboge. HEX triplet: DC, 8F and 0A. RGB value is (220,143,10). Sum of RGB (Red+Green+Blue) = 220+143+10=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F0A is #2370F5. Grayscale: #979797. Windows color (decimal): -2322678 or 692188. OLE color: 692188.

HSL color Cylindrical-coordinate representation of color #DC8F0A: hue angle of 38º degrees, saturation: 0.91, 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 #DC8F0A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 143 10 -
CMYK 0 0.35 0.95 0.14
HSL 38º 0.91% 0.45% -
HSV(B) 38º 0.95% 0.86% -
XYZ 39.39 34.88 4.94 -
YUV 150.86 48.51 177.31 -
System Red Green Blue C M Y K H S L
Decimal 220 143 10 0 0.35 0.95 0.14 38 0.91 0.45
Hex DC 8F A 0 23 5F E 26 5B 2D
Octal 334 217 12 0 43 137 16 46 133 55
Binary 11011100 10001111 1010 0 100011 1011111 1110 100110 1011011 101101

Color Harmonies of #DC8F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F0A

Black with #DC8F0A

Text Example


Text Example

White with #DC8F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F0A; }

 p { color: rgb(220,143,10); }

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

background-color css

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

 a { background-color: rgb(220,143,10); }

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

border-color css

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

 span { border-color: rgb(220,143,10); }

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